Home
last modified time | relevance | path

Searched +refs:tidy +refs:step_indicate_na (Results 1 – 21 of 21) sorted by relevance

/dports/math/R-cran-recipes/recipes/man/
H A Dstep_indicate_na.Rd3 \name{step_indicate_na}
4 \alias{step_indicate_na}
7 step_indicate_na(
52 \code{step_indicate_na} creates a \emph{specification} of a recipe step that will
57 When you \code{\link[=tidy]{tidy()}} this step, a tibble with
77 step_indicate_na(Income, Assets, Debt)
H A Dtidy.recipe.Rd23 \alias{tidy.step_bs}
30 \alias{tidy.step_cut}
42 \alias{tidy.step_ica}
65 \alias{tidy.step_indicate_na}
71 \alias{tidy.step_ns}
88 \alias{tidy.step_rm}
97 \alias{tidy.recipe}
98 \alias{tidy.step}
99 \alias{tidy.check}
198 \method{tidy}{step_indicate_na}(x, ...)
[all …]
H A Dstep_unorder.Rd53 When you \code{\link[=tidy]{tidy()}} this step, a tibble with column \code{terms} (the
73 tidy(factor_trans, number = 1)
74 tidy(factor_obj, number = 1)
85 \code{\link{step_indicate_na}()},
H A Dstep_factor2string.Rd57 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
86 tidy(rec, number = 1)
96 \code{\link{step_indicate_na}()},
H A Dstep_bin2factor.Rd69 When you \code{\link[=tidy]{tidy()}} this step, a tibble with column \code{terms} (the
81 tidy(rec, number = 3)
88 tidy(rec, number = 3)
98 \code{\link{step_indicate_na}()},
H A Dstep_string2factor.Rd65 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
83 tidy(make_factor, number = 1)
94 \code{\link{step_indicate_na}()},
H A Dstep_ordinalscore.Rd65 When you \code{\link[=tidy]{tidy()}} this step, a tibble with column \code{terms} (the
96 tidy(nonlin_scores, number = 2)
102 tidy(nonlin_scores, number = 2)
113 \code{\link{step_indicate_na}()},
H A Dstep_regex.Rd68 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
85 tidy(rec, number = 1)
86 tidy(rec2, number = 1)
97 \code{\link{step_indicate_na}()},
H A Dstep_unknown.Rd65 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
85 tidy(rec, number = 1)
98 \code{\link{step_indicate_na}()},
H A Dstep_count.Rd73 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
91 tidy(rec, number = 1)
92 tidy(rec2, number = 1)
102 \code{\link{step_indicate_na}()},
H A Dstep_integer.Rd76 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the selectors or
99 tidy(rec, number = 1)
110 \code{\link{step_indicate_na}()},
H A Dstep_novel.Rd75 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
97 tidy(rec, number = 1)
110 \code{\link{step_indicate_na}()},
H A Dstep_date.Rd88 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms}
100 tidy(date_rec, number = 1)
107 tidy(date_rec, number = 1)
118 \code{\link{step_indicate_na}()},
H A Dstep_holiday.Rd68 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms}
92 \code{\link{step_indicate_na}()},
H A Dstep_other.Rd87 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
111 tidy(rec, number = 1)
125 tidy(rec, number = 1)
141 \code{\link{step_indicate_na}()},
H A Dstep_num2factor.Rd63 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
128 \code{\link{step_indicate_na}()},
H A Dstep_dummy.Rd115 When you \code{\link[=tidy]{tidy()}} this step, a tibble with columns \code{terms} (the
153 tidy(dummies, number = 1)
154 tidy(dummies_one_hot, number = 1)
166 \code{\link{step_indicate_na}()},
H A Dstep_dummy_multi_choice.Rd111 tidy(dummy_multi_choice_rec, number = 1)
119 tidy(dummy_multi_choice_rec2, number = 1)
129 \code{\link{step_indicate_na}()},
/dports/math/R-cran-recipes/recipes/
H A DNAMESPACE33 S3method(bake,step_indicate_na)
129 S3method(prep,step_indicate_na)
225 S3method(tidy,check)
231 S3method(tidy,recipe)
232 S3method(tidy,step)
238 S3method(tidy,step_bs)
265 S3method(tidy,step_indicate_na)
288 S3method(tidy,step_ns)
304 S3method(tidy,step_rm)
431 export(step_indicate_na)
[all …]
H A DMD5101 f27232aba05613160d4491cdab5cb1f0 *R/tidy.R
204 7d2bbd5a0926fd77426d9805afdcc766 *man/step_indicate_na.Rd
256 48412db252c27f4765f12032596eea0e *man/tidy.recipe.Rd
267 08eddfcaf214b78aa986f8f98912b058 *tests/testthat/print_test_output/tidy-select-trained
268 6f772e948fd176e89bda23c0f7f6c59f *tests/testthat/print_test_output/tidy-select-untrained
H A DNEWS.md39 * Reorganize documentation for all recipe step `tidy` methods (#701).
45 * The `tidy()` methods for objects from `check_new_values()`, `check_class()` and `step_nnmf()` are…
52 * Added a new step called `step_indicate_na()`, which will create and append additional binary colu…
66 * The `tidy()` methods for `step_nnmf()` was rewritten since it was not great (#665), and `step_nnm…
132 * The `tidy` method for `step_pca()` now has an option for returning the variance statistics for ea…
280 * The `tidy` method for `step_dummy` now returns the original variable _and_ the levels of the futu…
325 …* `broom` is no longer used to get the `tidy` generic. These are now contained in the `generics` p…
415 * A series of `tidy` methods were added for recipes and many (but not all) steps.