-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNAMESPACE
More file actions
124 lines (123 loc) · 2.49 KB
/
NAMESPACE
File metadata and controls
124 lines (123 loc) · 2.49 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Generated by roxygen2: do not edit by hand
export(ADE)
export(DETS)
export(EMASE)
export(FIFO)
export(ade_hat)
export(ae)
export(arima_predict)
export(base_ensemble)
export(base_models_loss)
export(best_mvr)
export(blocked_prequential)
export(bm_arima)
export(bm_cubist)
export(bm_ets)
export(bm_ffnn)
export(bm_gaussianprocess)
export(bm_gbm)
export(bm_glm)
export(bm_mars)
export(bm_pls_pcr)
export(bm_ppr)
export(bm_randomforest)
export(bm_svr)
export(bm_tbats)
export(bm_timeseries)
export(bm_xgb)
export(build_base_ensemble)
export(build_committee)
export(build_committee_set)
export(combine_committees)
export(combine_predictions)
export(compute_predictions)
export(constructive_aggregation)
export(constructive_aggregation_)
export(contiguous_count)
export(dets_hat)
export(embed_timeseries)
export(erfc)
export(ets_predict)
export(forecast)
export(get_target)
export(get_top_models)
export(get_y)
export(hat_info)
export(holdout)
export(intraining_estimations)
export(intraining_predictions)
export(l1apply)
export(loss_meta_learn)
export(merging_in_experts)
export(meta_cubist)
export(meta_cubist_predict)
export(meta_gp)
export(meta_gp_predict)
export(meta_lasso)
export(meta_lasso_predict)
export(meta_predict)
export(meta_rf)
export(meta_rf_predict)
export(model_recent_performance)
export(model_specs)
export(model_weighting)
export(mse)
export(multi_step_predict)
export(normalize)
export(predict)
export(proportion)
export(prune_c_contiguity)
export(prune_c_outperformance)
export(rbind_l)
export(recent_lambda_observations)
export(rm.null)
export(rmse)
export(roll_mean_matrix)
export(se)
export(select_best)
export(sequential_reweighting)
export(sliding_similarity)
export(soft.completion)
export(softmax)
export(split_by)
export(split_by.)
export(split_by_)
export(tbats_predict)
export(train_ade)
export(unlistn)
export(update_ade)
export(update_ade_meta)
export(update_base_models)
export(update_weights)
export(vcapply)
export(viapply)
export(vlapply)
export(vnapply)
export(xgb_predict)
exportClasses(ADE)
exportClasses(DETS)
exportClasses(ade_hat)
exportClasses(base_ensemble)
exportClasses(constructive_aggregation)
exportClasses(dets_hat)
exportClasses(model_specs)
exportMethods(multi_step_predict)
exportMethods(predict)
import(Cubist)
import(foreach)
import(gbm)
import(glmnet)
import(kernlab)
import(monmlp)
import(opera)
import(parallel)
import(pls)
import(ranger)
import(softImpute)
import(xgboost)
import(xts)
import(zoo)
importFrom(Cubist,cubist)
importFrom(earth,earth)
importFrom(pls,mvr)
importFrom(stats,ppr)