embed 1.1.0
New Steps
step_pca_truncated()has been added. This step only calculates the components that are required, and will be a speedup in cases where it is used on many variables. (#82)
Improvements
-
step_collapse_stringdist()has gainedmethodandoptionsarguments to allow for different types of string distance calculations. (#152) -
step_umap()has gained the argumentmetric. (#154) -
step_embed()has gained thekeep_original_colsargument. (#176) -
All steps now have
required_pkgs()methods. -
Steps with tunable arguments now have those arguments listed in the documentation.
-
All steps that add new columns will now informatively error if name collision occurs.