embed 1.1.2
Improvements
-
The
keep_original_cols
argument has been added tostep_woe()
. This change should mean that every step that produces new columns has thekeep_original_cols
argument. (#194) -
Many internal changes to improve consistency and slight speed increases.
Breaking Changes
step_pca_sparse()
,step_pca_truncated()
andstep_pca_sparse_bayes()
now returns data unaltered ifnum_comp = 0
. This is done to be consistent with recipes steps of the same nature. (#190)