healthyR.ts 0.2.0
Breaking Changes
None
New Features
- Fix #277 - Add function
ts_auto_arima()
boiler plate function. - Fix #284 - Add functions
color_blind()
ts_scale_fill_colorblind()
and
ts_scale_color_colorblind()
- Fix #278 - Add function
ts_auto_smooth_es()
- Fix #279 - Add function
ts_auto_theta()
- Fix #280 - Add function
ts_auto_lm()
- Fix #281 - Add function
ts_auto_svm_poly()
- Fix #282 - Add function
ts_auto_svm_rbf()
Minor Fixes and Improvements
- Fix #275 - Correct
ts_auto_arima_xgboots()
when.tune
is FALSE. - Fix #286 - Change the boilerplate recipe to keep the date column and change
it to a numeric rather than using step_rm() instead use step_mutate(as.numeric()) - Fix #288 - Update tune template helper function smooth_es to use
tune::tune()
- Fix #291 - Move kmeans functions from using
healthyR
tohealthyR.ai
in
anticipation of droppingkmeans
functionality fromhealthyR