embed
Recipe steps that create embeddings and encodings of predictors for R models
embed keeps adding encoding steps while shedding its deep-learning dependencies
◆Recent moves
- 6mo ago
step_umap() zero-component bug fixed
A single fix for UMAP computing zero components. No change in capability.
View source ↗ - 8mo ago
Compatibility with all xgboost versions
Dependency compatibility work, invisible in normal use.
View source ↗ - 11mo ago
step_lencode() adds analytical likelihood encoding with pooling
The most substantive release in this window: a new encoding step with a smooth argument for partial pooling on numeric outcomes. step_feature_hash() is fully deprecated in favor of textrecipes, continuing the boundary cleanup.
View source ↗ - 1y ago
UMAP initial and target_weight become tunable
Turns two UMAP arguments into tunable parameters so they can participate in a tidymodels grid, and moves all messaging to cli. Small but on the package's main axis.
View source ↗ - 2y ago
keras and tensorflow moved to Suggests
Cuts the install weight for everyone not using the deep-learning steps, and adds the UMAP arguments that 1.1.5 later makes tunable. Documentation for tidy methods is also reworked.
View source ↗ - 2y ago
step_collapse_stringdist() returns factors
Changes the output type of a collapsing step to factors and repairs a regression that had broken multi-column likelihood encoding.
View source ↗