healthyR.ai 0.0.7
Breaking Changes
None
New Features
- Fix #209 - Add function
hai_skewed_features()
- Fix #210 - Export current internal functions.
- Fix #206 - Add functions
hai_scale_zscore_vec()
andhai_scale_zscore_augment()
and addstep_hai_scale_zscore()
- Fix #207 - Add function
hai_knn_data_prepper()
- Fix #220 - Add function
hai_default_regression_metric_set()
- Fix #222 - Add function
hai_default_classification_metric_set()
- Fix #205 and #223 - Add function
hai_auto_knn()
Minor Fixes and Improvements
- Fix #208 - Enhance
hai_histogram_facet_plot()
It now returns a list output
invisible while printing the plot out. The list includes the original data and
the factored data along with the plot. There has been a parameter addition of
.scale_data
which is set to FALSE and useshai_scale_zero_one_vec()
to do
the work. - Fix #221 - Add yardstick (>= 0.0.8) to DESCRIPTION file.
Breaking Changes
None