-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
121 lines (120 loc) · 3.05 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
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
# Generated by roxygen2: do not edit by hand
S3method(bake,step_ts_acceleration)
S3method(bake,step_ts_velocity)
S3method(prep,step_ts_acceleration)
S3method(prep,step_ts_velocity)
S3method(print,step_ts_acceleration)
S3method(print,step_ts_velocity)
export("%>%")
export(":=")
export(.data)
export(arima_string)
export(as_label)
export(as_name)
export(assign_value)
export(auto_stationarize)
export(calibrate_and_plot)
export(chr_assign)
export(ci_hi)
export(ci_lo)
export(color_blind)
export(enquo)
export(enquos)
export(expr)
export(get_recipe_call)
export(internal_ts_backward_event_tbl)
export(internal_ts_both_event_tbl)
export(internal_ts_forward_event_tbl)
export(model_extraction_helper)
export(required_pkgs.step_ts_acceleration)
export(required_pkgs.step_ts_velocity)
export(step_ts_acceleration)
export(step_ts_velocity)
export(sym)
export(syms)
export(tidy_fft)
export(ts_acceleration_augment)
export(ts_acceleration_vec)
export(ts_adf_test)
export(ts_arima_simulator)
export(ts_auto_arima)
export(ts_auto_arima_xgboost)
export(ts_auto_croston)
export(ts_auto_exp_smoothing)
export(ts_auto_glmnet)
export(ts_auto_lm)
export(ts_auto_mars)
export(ts_auto_nnetar)
export(ts_auto_prophet_boost)
export(ts_auto_prophet_reg)
export(ts_auto_recipe)
export(ts_auto_smooth_es)
export(ts_auto_svm_poly)
export(ts_auto_svm_rbf)
export(ts_auto_theta)
export(ts_auto_xgboost)
export(ts_brownian_motion)
export(ts_brownian_motion_augment)
export(ts_brownian_motion_plot)
export(ts_calendar_heatmap_plot)
export(ts_compare_data)
export(ts_event_analysis_plot)
export(ts_extract_auto_fitted_workflow)
export(ts_feature_cluster)
export(ts_feature_cluster_plot)
export(ts_forecast_simulator)
export(ts_geometric_brownian_motion)
export(ts_geometric_brownian_motion_augment)
export(ts_get_date_columns)
export(ts_growth_rate_augment)
export(ts_growth_rate_vec)
export(ts_info_tbl)
export(ts_is_date_class)
export(ts_lag_correlation)
export(ts_ma_plot)
export(ts_model_auto_tune)
export(ts_model_compare)
export(ts_model_rank_tbl)
export(ts_model_spec_tune_template)
export(ts_qc_run_chart)
export(ts_qq_plot)
export(ts_random_walk)
export(ts_random_walk_ggplot_layers)
export(ts_scale_color_colorblind)
export(ts_scale_fill_colorblind)
export(ts_scedacity_scatter_plot)
export(ts_sma_plot)
export(ts_splits_plot)
export(ts_time_event_analysis_tbl)
export(ts_to_tbl)
export(ts_velocity_augment)
export(ts_velocity_vec)
export(ts_vva_plot)
export(ts_wfs_arima_boost)
export(ts_wfs_auto_arima)
export(ts_wfs_ets_reg)
export(ts_wfs_lin_reg)
export(ts_wfs_mars)
export(ts_wfs_nnetar_reg)
export(ts_wfs_prophet_reg)
export(ts_wfs_svm_poly)
export(ts_wfs_svm_rbf)
export(ts_wfs_xgboost)
export(util_difflog_ts)
export(util_doublediff_ts)
export(util_doubledifflog_ts)
export(util_log_ts)
export(util_singlediff_ts)
importFrom(magrittr,"%>%")
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,rand_id)
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)