healthyR.ts 0.2.1
Breaking Changes
None
New Features
- Fix #306 - Add function
ts_time_event_analysis_tbl()
- Fix #315 - Add function
ts_lag_correlation()
- Fix #327 - Add some date helpers
- Fix #326 - Add functions
ci_hi()
andci_lo()
- Fix #325 - Add function
ts_event_analysis_plot()
Minor Fixes and Improvements
- Fix #333 - Update
ts_model_auto_tune()
andts_model_spec_tune_template()
to
acceptsvm_poly
andsvm_rbf
. This helps in allowing users to auto tune models
that are create byts_wfs_svm_poly()
andts_wfs_svm_rbf()
functions respectively.
Also added "model_spec_class" to the output of thets_model_auto_tune()
function.