- Fix #509 - Drop invisible returns.
None
-
- Fix #511 - Fix a bug in
ts_random_walk()
that would generate 3 runs when run was set to less than 2.
- Fix #511 - Fix a bug in
- #518 - Fix ts_qq_plot() - Add color and alpha to the output.
- #516 - Fix ts_vva_plot() - Correct to add cumsum of the passed value and correct lagged differences.
- #521 - Fix for CRAN maintenance.
- Remove
timetk::step_holiday_signature()
as it is throwing recycle erros in boilerplate functions and I currently cannot figure out why.
None
- Fix #484 - Add function
util_log_ts()
- Fix #485 - Add function
util_singlediff_ts()
- Fix #486 - Add function
util_doublediff_ts()
- Fix #487 - Add function
util_difflog_ts()
- Fix #488 - Add function
util_doubledifflog_ts()
- Fix #480 - Add attributes to output of
ts_growth_rate_vec()
- Fix #481 #483 - Update
auto_stationarize()
- Fix #489 - Update
ts_auto_arima()
to utilize the parsnip engine ofauto_arima
if.tune
is set toFALSE
None
- Fix #459 - Add function
ts_growth_rate_vec()
- Fix #463 - Add function
ts_adf_test()
- Fix #417 - Add function
auto_stationarize()
- Fix #460 - Add function
ts_growth_rate_augment()
- Fix #456 Fix boilerplate examples to set the
.true
param toFALSE
- Fix #439 fix-example-rsample 6366226ec2dccdc296037e8e7efadf89994e6a1d from @hfrick
None
None
None
None
- Fix #436 - Modify all boilerplate fitting functions to use
tune::show_best(n = 1)
instead ofInf
and usingdplyr::slice(1)
- Fix #424 - Require R >= 3.3
None
- Fix #425 - Fix
ts_ma_plt()
errors stemming from deprecations. Also fixed examples of all boilerplate functions.
None
- Fix #397 - Add function
ts_geometric_brownian_motion()
- Fix #402 - Add function
ts_brownian_motion_augment()
- Fix #403 - Add function
ts_geometric_brownian_motion_augment()
- Fix #404 - Add function
ts_brownian_motion_plot()
- Fix #395 - Update and optimize
ts_brownian_motion()
49x speedup by way of vectorization. - Fix #412 - Update all brownian motion functions to have an attribute of
.motion_type
- Fix #411 - Drop the invisible return for
ts_vva_plot()
None
- Fix #389 - Add function
ts_brownian_motion()
- Fix #387 - Fix documentation for
ts_scedacity_scatter_plot()
None
None
- Fix #380 - Fix
ts_lag_correlation()
to fix a bug in the correlation matrix calculation where columns may come through that are not numeric and are not part of the original value and it's lags.
None
None
- Fix #368 - Pull request from @EmilHvitfeldt to use
recipes::check_type()
on recipe functions. - Fix #370 - Update
ts_model_spec_tune_template()
to setregression
as the argument toparsnip::set_mode()
which fires a failure in thets_model_auto_tune()
not running on newer versions ofparsnip
None
- Fix #357 - Add function
ts_wfs_xgboost()
- Fix #358 - Update
ts_calendar_heatmap_plot()
Change weekdays and Monthls to abbreviated labels.
- Fix 345 - Fix
ts_sma_plot()
There is a change in the API of this function. It now requires adata.frame
/tibble
to be passed to the.data
parameter, and it also now requires the input of a date column and value column. This also now no longer returns invisible. There was also a fix in the sliding calculation to appropriately use the given value column.
- Fix #342 - Add function
ts_extract_auto_fitted_workflow()
Which will pull out the fitted workflow from any of the Boilerplate functions.
- Fix #343 - Add attributes to output list of boilerplate functions.
- Fix #347 - Fix
ts_auto_lm()
by droppingstep_rm()
andstep_corr()
which would preventcalibrate_and_plot()
from working due tomodeltime_calibration()
failing. Also dropped unused parameters from function and documentation. - Fix #349 - Fix to
ts_lag_correlation()
select
statement.
None
- 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()
- 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.
None
- Fix #277 - Add function
ts_auto_arima()
boiler plate function. - Fix #284 - Add functions
color_blind()
ts_scale_fill_colorblind()
andts_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()
- 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
None
- Fix #223 - Add function
ts_arima_simulator()
- Fix #227 - Add function
ts_feature_cluster()
- Fix #228 - Add function
ts_feature_cluster_plot()
- Fix #241 - Add function
ts_auto_glmnet()
- Fix #243 - Add function
ts_auto_xgboost()
- Fix #244 - Add function
ts_auto_arima_xgboost()
- Fix #245 - Add function
ts_auto_mars()
- Fix #246 - Add function
ts_auto_exp_smoothing()
- Fix #247 - Add function
ts_auto_croston()
- Fix #248 - Add function
ts_auto_nnetar()
- Fix #250 - Add function
ts_auto_prophet_reg()
- Fix #251 - Add function
ts_auto_prophet_boost()
- Fix #212 - Update recipes to use the new
[recipes::print_step()]
method. - Fix #229 - Change all plots to
ggplot2::theme_minimal()
- Fix #242 - Add
hardhat
to DESCRIPTION since functionality like extracting dials parameters was taken out of dials and moved to hardhat.
None
- Fix #201 - Add Fitted
ts
and Fittedtibble
data to output. - Fix #202 - Add Residuals
ts
and Residualstibble
data to output. - Fix #204 - Add
Arima()
models with xreg tots_forecast_simulator()
- Fix #199 - Update
model_extraction_helper()
to utilizeforecast:::arima.string()
under the hood forArima
arima
andauto.arima
models produced by theforecast
package. - Fix #195 - Drop need for
crayon
,cli
, andrstudioapi
since all it did was make a welcome message that can be done with regularprint()
method. - Fix #213 - Update navigation bar.
None
- Fix #181 - Add function
ts_qq_plot()
- Fix #180 - Add function
ts_scedacity_scatter_plot()
- Fix #179 - Add function
ts_model_rank_tbl()
- Fix #178 - Extend
model_extraction_helper()
to grabworkflow
model_spec
andmodel_fit
objects.
None
- Fix #157 - Add function
ts_vva_plot()
- Fix #149 - Add function
ts_model_compare()
- Fix #156 - Add functions:
ts_acceleration_vec()
ts_acceleration_augment()
step_ts_acceleration()
- Fix #155 - Add functions:
ts_velocity_vec()
ts_velocity_augment()
step_ts_velocity()
- Fix #159 - Add parameter
.date_col
tots_sma_plot()
so that if a tibble is passed the appropriate column is passed to theggplot
object. - Fix #164 - Update
model_extraction_helper()
function to extract workflow fit models.
None
None
Fix #143 - Drop mtry = tune::tune()
from ts_model_spec_tune_template
as it
causes issues downstream.
None
- Fix #90 - Add
tidy_fft()
function - Fix #92 - Add
ts_info_tbl()
function - Fix #96 - Add
ts_sma_plot()
function - Fix #98 - Add
ts_to_tbl()
function - Fix #103 - Add
ts_model_auto_tune()
function - Fix #104 - Add
ts_model_spec_tune_template()
function - Fix #114 - Add
ts_wfs_auto_arima()
function - Fix #117 - Add
ts_wfs_arima_boost()
function - Fix #122 - Add
ts_wfs_ets_reg()
function - Fix #125 - Add
ts_wfs_nnetar_reg()
function - Fix #128 - Add
ts_wfs_prophet_reg()
function
- Fix #105 - Fix
ts_auto_recipe()
bug that forced the change of column names in the output. This has been fixed and the column names supplied will now be in the recipe terms.
None
- Fix #36 - Add
ts_forecast_simulator()
function - Fix #45 - Add
calibrate_and_plot()
helper function - Fix #46 - Add
ts_wfs_lin_reg()
,ts_wfs_mars()
,ts_wfs_svm_poly()
,ts_wfs_svm_rbf()
- Fix #47 - Add
model_extraction_helper()
helper function - Fix #51 - Add
ts_ma_plot()
plotting function - Fix #59 - Add
ts_calendar_heatmap_plot()
plotting function - Fix #65 - Add
ts_splits_plot()
plotting function
- Fix #40 - Add ggplot object
- Fix #54 - Drop xts::legend and add .align = "right" to slidify_vec function
- Fix #62 - Fix ggplot title for Arima models
None
- Fix #16 - Add
ts_auto_recipe()
function
None
- update DESCRIPTION file and minor cleanups
- GitHub release: https://github.com/spsanderson/healthyR.ts/releases/tag/v0.1.1
- Added functions
- ts_qc_run_chart
- ts_compare_data
- Added fuctions
- ts_random_walk
- ts_random_walk_ggplot_layers
- Added a
NEWS.md
file to track changes to the package.