recipes
Preprocessing and feature engineering for R
tidymodels' preprocessing engine learned sparsity, then settled into deprecations.
◆Recent moves
- 2mo ago
Declares mixOmics as a suggested package
A one-line release moving mixOmics to suggested packages. Dependency metadata only.
View source ↗ - 4mo ago
step_nnmf() deprecated in favour of step_nnmf_sparse()
step_nnmf() is deprecated in favour of step_nnmf_sparse(), folding the older step into the sparse line 1.2.0 established. A step_pls() bake failure with scale = FALSE is fixed.
View source ↗ - 1y ago
Fixes tune_args() with tuned parsnip arguments
A single fix for tune_args() erroring when a step argument held a parsnip object with tuned arguments. Narrow and internal.
View source ↗ - 1y ago
Bare-name arguments across nine steps; step_select() deprecated
A broad tidy-up: nine steps now accept bare column names instead of strings or vars() calls, step_select() begins deprecation, step_impute_bag() prepares with a much smaller memory footprint, and several steps stop erroring on empty selections and NA values.
View source ↗ - 1y ago
Fixes sparsity steps applied to derived variables
One bug fix, for sparsity-creation steps erroring on variables produced by earlier steps. A follow-up to the 1.2.0 sparse work.
View source ↗ - 1y ago
Sparse tibbles and sparse matrices supported end to end
⚡ SPARKThe structural release of the window: sparse data becomes a first-class input and output across the preprocessing pipeline, not a conversion users perform around it. Everything after this consolidates rather than extends.
View source ↗