finnts/NAMESPACE

33 строки
799 B
Plaintext
Исходник Обычный вид История

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)
export(ensemble_models)
2022-05-30 06:41:37 +03:00
export(final_models)
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)
importFrom(Cubist,cubist)
importFrom(Cubist,cubistControl)
importFrom(earth,earth)
2021-11-18 06:37:16 +03:00
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(glmnet,glmnet)
importFrom(kernlab,ksvm)
2021-11-18 06:37:16 +03:00
importFrom(lubridate,"%m+%")
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
2022-03-25 21:36:48 +03:00
importFrom(rules,committees)
importFrom(rules,cubist_fit)
importFrom(rules,max_rules)
importFrom(stats,sd)