-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
45 lines (44 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(mdl_time_fit_resamples,model_fit)
S3method(mdl_time_fit_resamples,workflow)
S3method(modeltime_fit_resamples,mdl_time_tbl)
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(enquo)
export(enquos)
export(expr)
export(get_target_text_from_resamples)
export(mdl_time_fit_resamples)
export(modeltime_fit_resamples)
export(modeltime_resample_accuracy)
export(plot_modeltime_resamples)
export(plot_time_series_cv_plan)
export(sym)
export(syms)
export(time_series_cv)
export(time_series_split)
export(tk_time_series_cv_plan)
export(unnest_modeltime_resamples)
import(modeltime)
importFrom(ggplot2,"%+replace%")
importFrom(magrittr,"%>%")
importFrom(modeltime,default_forecast_accuracy_metric_set)
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(timetk,plot_time_series_cv_plan)
importFrom(timetk,time_series_cv)
importFrom(timetk,time_series_split)
importFrom(timetk,tk_time_series_cv_plan)
importFrom(tune,control_resamples)
importFrom(yardstick,rmse)
importFrom(yardstick,rsq)