-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
66 lines (65 loc) · 2.15 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
# Generated by roxygen2: do not edit by hand
S3method(ensemble_average,mdl_time_tbl)
S3method(ensemble_model_spec,mdl_time_tbl)
S3method(ensemble_nested_average,nested_mdl_time)
S3method(ensemble_nested_weighted,nested_mdl_time)
S3method(ensemble_weighted,mdl_time_tbl)
S3method(get_model_description,mdl_time_ensemble_avg)
S3method(get_model_description,mdl_time_ensemble_model_spec)
S3method(get_model_description,mdl_time_ensemble_wt)
S3method(get_model_description,recursive_ensemble)
S3method(mdl_time_forecast,mdl_time_ensemble_avg)
S3method(mdl_time_forecast,mdl_time_ensemble_model_spec)
S3method(mdl_time_forecast,mdl_time_ensemble_wt)
S3method(mdl_time_forecast,recursive_ensemble)
S3method(mdl_time_refit,mdl_time_ensemble_avg)
S3method(mdl_time_refit,mdl_time_ensemble_model_spec)
S3method(mdl_time_refit,mdl_time_ensemble_wt)
S3method(mdl_time_refit,recursive_ensemble)
S3method(modeltime_calibrate,mdl_time_ensemble)
S3method(print,mdl_time_ensemble_avg)
S3method(print,mdl_time_ensemble_model_spec)
S3method(print,mdl_time_ensemble_wt)
S3method(recursive,mdl_time_ensemble)
S3method(type_sum,mdl_time_ensemble)
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(enquo)
export(enquos)
export(ensemble_average)
export(ensemble_model_spec)
export(ensemble_nested_average)
export(ensemble_nested_weighted)
export(ensemble_weighted)
export(expr)
export(sym)
export(syms)
import(glmnet)
import(modeltime)
import(modeltime.resample)
importFrom(magrittr,"%>%")
importFrom(modeltime,control_refit)
importFrom(modeltime,default_forecast_accuracy_metric_set)
importFrom(modeltime,get_model_description)
importFrom(modeltime,mdl_time_forecast)
importFrom(modeltime,mdl_time_refit)
importFrom(modeltime,modeltime_calibrate)
importFrom(modeltime,modeltime_refit)
importFrom(modeltime,recursive)
importFrom(modeltime,summarize_accuracy_metrics)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(tibble,type_sum)
importFrom(tune,control_grid)
importFrom(yardstick,rmse)
importFrom(yardstick,rsq)