-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
69 lines (68 loc) · 1.66 KB
/
NAMESPACE
File metadata and controls
69 lines (68 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
S3method(as.ts,TaskFcst)
S3method(as_task_fcst,DataBackend)
S3method(as_task_fcst,TaskFcst)
S3method(as_task_fcst,data.frame)
S3method(as_task_fcst,tbl_ts)
S3method(as_task_fcst,ts)
S3method(as_task_fcst,tsf)
S3method(as_task_fcst,zoo)
S3method(as_tasks_fcst,default)
S3method(as_tasks_fcst,list)
S3method(autoplot,TaskFcst)
S3method(partition,TaskFcst)
S3method(plot,TaskFcst)
S3method(task_check_col_roles,TaskFcst)
export(ForecastLearner)
export(ForecastLearnerManual)
export(LearnerFcst)
export(LearnerFcstAdam)
export(LearnerFcstArfima)
export(LearnerFcstArima)
export(LearnerFcstAutoAdam)
export(LearnerFcstAutoArima)
export(LearnerFcstAutoCes)
export(LearnerFcstBats)
export(LearnerFcstCes)
export(LearnerFcstCroston)
export(LearnerFcstEts)
export(LearnerFcstMean)
export(LearnerFcstNnetar)
export(LearnerFcstProphet)
export(LearnerFcstRandomWalk)
export(LearnerFcstSpline)
export(LearnerFcstTbats)
export(LearnerFcstTheta)
export(LearnerFcstTscount)
export(LearnerFcstTslm)
export(MeasureACF1)
export(MeasureCoverage)
export(MeasureMASE)
export(MeasureMDA)
export(MeasureMDPV)
export(MeasureMDV)
export(MeasureMPE)
export(MeasureRMSSE)
export(MeasureWinkler)
export(PipeOpFcstLags)
export(ResamplingFcstCV)
export(ResamplingFcstHoldout)
export(TaskFcst)
export(as_learner_fcst)
export(as_task_fcst)
export(as_tasks_fcst)
export(autoplot)
export(download_zenodo_record)
export(generate_newdata)
export(read_tsf)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(mlr3pipelines)
import(paradox)
importFrom(R6,R6Class)
importFrom(ggplot2,autoplot)
importFrom(stats,as.ts)
importFrom(utils,bibentry)
importFrom(utils,tail)