-
Notifications
You must be signed in to change notification settings - Fork 36
/
NAMESPACE
82 lines (81 loc) · 2.54 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
S3method(predict,cubist_multistep_fit_impl)
S3method(predict,glmnet_multistep_fit_impl)
S3method(predict,mars_multistep_fit_impl)
S3method(predict,svm_poly_multistep_fit_impl)
S3method(predict,svm_rbf_multistep_fit_impl)
S3method(predict,xgboost_multistep_fit_impl)
S3method(print,cubist_multistep)
S3method(print,cubist_multistep_fit_impl)
S3method(print,glmnet_multistep)
S3method(print,glmnet_multistep_fit_impl)
S3method(print,mars_multistep)
S3method(print,mars_multistep_fit_impl)
S3method(print,svm_poly_multistep)
S3method(print,svm_poly_multistep_fit_impl)
S3method(print,svm_rbf_multistep)
S3method(print,svm_rbf_multistep_fit_impl)
S3method(print,xgboost_multistep)
S3method(print,xgboost_multistep_fit_impl)
S3method(translate,cubist_multistep)
S3method(translate,glmnet_multistep)
S3method(translate,mars_multistep)
S3method(translate,svm_poly_multistep)
S3method(translate,svm_rbf_multistep)
S3method(translate,xgboost_multistep)
S3method(update,cubist_multistep)
S3method(update,glmnet_multistep)
S3method(update,mars_multistep)
S3method(update,svm_poly_multistep)
S3method(update,svm_rbf_multistep)
S3method(update,xgboost_multistep)
export(cubist_multistep)
export(cubist_multistep_fit_impl)
export(cubist_multistep_predict_impl)
export(ensemble_models)
export(final_models)
export(forecast_time_series)
export(get_forecast_data)
export(get_prepped_data)
export(get_prepped_models)
export(get_run_info)
export(get_trained_models)
export(glmnet_multistep)
export(glmnet_multistep_fit_impl)
export(glmnet_multistep_predict_impl)
export(list_models)
export(mars_multistep)
export(mars_multistep_fit_impl)
export(mars_multistep_predict_impl)
export(prep_data)
export(prep_models)
export(set_run_info)
export(svm_poly_multistep)
export(svm_poly_multistep_fit_impl)
export(svm_poly_multistep_predict_impl)
export(svm_rbf_multistep)
export(svm_rbf_multistep_fit_impl)
export(svm_rbf_multistep_predict_impl)
export(train_models)
export(xgboost_multistep)
export(xgboost_multistep_fit_impl)
export(xgboost_multistep_predict_impl)
import(modeltime)
importFrom(Cubist,cubist)
importFrom(Cubist,cubistControl)
importFrom(earth,earth)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(glmnet,glmnet)
importFrom(kernlab,ksvm)
importFrom(lubridate,"%m+%")
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
importFrom(parsnip,translate)
importFrom(rules,committees)
importFrom(rules,cubist_fit)
importFrom(rules,max_rules)
importFrom(stats,frequency)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,update)