bestNormalizestandardize option from no_transform so x.t always matches input vector.step_bestNormalize and step_orderNorm functions for implementation within recipes.warn = FALSE when calling bestNormalize. If a transformation doesn’t work, warnings will no longer be shown by default unless warn is set to TRUE.plot.bestNormalize which was improperly labeling transformationsexp_x having trouble with standardize option, so added option allow_exp_x to bestNormalize to allow a workaround, and changed it so if any infinite values are produced during the transformation, exp_x will not work (that way, bestNormalize will not include this in its results).quiet is FALSE and length(x) > 2000loo for leave-one-out cross-validationbestNormalize function via allow_lambert_h argument.Added feature to estimate out-of-sample normality statistics in bestNormalize instead of in-sample ones via repeated cross-validation
out_of_sample = FALSE to maintain backward-compatibility with prior versions and set allow_orderNorm = FALSE as well so that it isn’t automatically selectedImproved extrapolation of the ORQ (orderNorm) method
Added plotting feature for transformation objects
Cleared up some documentation