2021-07-02 20:32:34 +03:00
|
|
|
# Generated by roxygen2: do not edit by hand
|
|
|
|
|
2022-04-01 06:14:10 +03:00
|
|
|
export(average_models)
|
2022-03-17 21:03:18 +03:00
|
|
|
export(ensemble_models)
|
2022-05-30 06:41:37 +03:00
|
|
|
export(final_models)
|
2021-09-02 03:34:06 +03:00
|
|
|
export(forecast_time_series)
|
2022-09-15 20:57:03 +03:00
|
|
|
export(get_forecast_data)
|
|
|
|
export(get_run_info)
|
|
|
|
export(get_trained_models)
|
2022-08-07 03:39:11 +03:00
|
|
|
export(list_files)
|
2022-03-17 04:57:41 +03:00
|
|
|
export(model_hyperparameters)
|
|
|
|
export(model_workflows)
|
|
|
|
export(prep_data)
|
|
|
|
export(refit_models)
|
2022-08-07 03:39:11 +03:00
|
|
|
export(set_run_info)
|
|
|
|
export(train_models)
|
2022-03-17 04:57:41 +03:00
|
|
|
export(train_test_split)
|
2021-11-18 06:37:16 +03:00
|
|
|
import(modeltime)
|
2021-12-11 05:16:06 +03:00
|
|
|
importFrom(Cubist,cubist)
|
|
|
|
importFrom(Cubist,cubistControl)
|
|
|
|
importFrom(earth,earth)
|
2021-11-18 06:37:16 +03:00
|
|
|
importFrom(foreach,"%do%")
|
|
|
|
importFrom(foreach,"%dopar%")
|
2021-12-11 05:16:06 +03:00
|
|
|
importFrom(glmnet,glmnet)
|
|
|
|
importFrom(kernlab,ksvm)
|
2021-11-18 06:37:16 +03:00
|
|
|
importFrom(lubridate,"%m+%")
|
2021-11-17 01:31:42 +03:00
|
|
|
importFrom(magrittr,"%>%")
|
|
|
|
importFrom(methods,formalArgs)
|
2022-03-25 21:36:48 +03:00
|
|
|
importFrom(rules,committees)
|
|
|
|
importFrom(rules,cubist_fit)
|
|
|
|
importFrom(rules,max_rules)
|
2021-11-17 01:31:42 +03:00
|
|
|
importFrom(stats,sd)
|