Skip to content

healthyR.ai 0.0.7

Compare
Choose a tag to compare
@spsanderson spsanderson released this 30 Apr 00:21

Breaking Changes

None

New Features

  1. Fix #209 - Add function hai_skewed_features()
  2. Fix #210 - Export current internal functions.
  3. Fix #206 - Add functions hai_scale_zscore_vec() and hai_scale_zscore_augment()
    and add step_hai_scale_zscore()
  4. Fix #207 - Add function hai_knn_data_prepper()
  5. Fix #220 - Add function hai_default_regression_metric_set()
  6. Fix #222 - Add function hai_default_classification_metric_set()
  7. Fix #205 and #223 - Add function hai_auto_knn()

Minor Fixes and Improvements

  1. 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 uses hai_scale_zero_one_vec() to do
    the work.
  2. Fix #221 - Add yardstick (>= 0.0.8) to DESCRIPTION file.

Breaking Changes

None