-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
116 lines (115 loc) · 2.84 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
# Generated by roxygen2: do not edit by hand
export(Apply_Asin)
export(Apply_Asinh)
export(Apply_BoxCox)
export(Apply_Log)
export(Apply_LogPlus1)
export(Apply_Logit)
export(Apply_Sqrt)
export(Apply_YeoJohnson)
export(AutoClustering)
export(AutoClusteringScoring)
export(AutoDataPartition)
export(AutoDiffLagN)
export(AutoEncoder_H2O)
export(AutoInteraction)
export(AutoLagRollMode)
export(AutoLagRollStats)
export(AutoLagRollStatsScoring)
export(AutoTransformationCreate)
export(AutoTransformationScore)
export(AutoWord2VecModeler)
export(AutoWord2VecScoring)
export(BenchmarkData)
export(BuildBinary)
export(CalendarVariables)
export(CategoricalEncoding)
export(Clustering_H2O)
export(CreateCalendarVariables)
export(CreateHolidayVariables)
export(CreateInteractions)
export(DT_GDL_Feature_Engineering)
export(DiffDT)
export(DiffLagN)
export(DummifyDT)
export(DummyVariables)
export(EncodeCharacterVariables)
export(Encoding)
export(Estimate_BoxCox_Lambda)
export(Estimate_YeoJohnson_Lambda)
export(FakeDataGenerator)
export(H2OAutoencoder)
export(H2OAutoencoderScoring)
export(H2OIsolationForest)
export(H2OIsolationForestScoring)
export(HolidayVariables)
export(Install)
export(Interact)
export(InvApply_Asin)
export(InvApply_Asinh)
export(InvApply_BoxCox)
export(InvApply_Log)
export(InvApply_LogPlus1)
export(InvApply_Logit)
export(InvApply_Sqrt)
export(InvApply_YeoJohnson)
export(IsolationForest_H2O)
export(LB)
export(MEOW)
export(Mode)
export(ModelDataPrep)
export(Partial_DT_GDL_Feature_Engineering)
export(Partial_DT_GDL_Feature_Engineering2)
export(PartitionData)
export(PercRank)
export(PercRankScoring)
export(Standardize)
export(StandardizeScoring)
export(Test_Asin)
export(Test_Asinh)
export(Test_BoxCox)
export(Test_Identity)
export(Test_Log)
export(Test_LogPlus1)
export(Test_Logit)
export(Test_Sqrt)
export(Test_YeoJohnson)
export(TimeSeriesFeatures)
export(TimeSeriesFill)
export(TimeSeriesFillRoll)
export(UpdateDocs)
export(Word2Vec_H2O)
import(data.table)
import(doParallel)
import(foreach)
import(timeDate)
importFrom(data.table,"%chin%")
importFrom(data.table,"%like%")
importFrom(data.table,":=")
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.IDate)
importFrom(data.table,as.ITime)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(foreach,"%dopar%")
importFrom(lubridate,"%m+%")
importFrom(stats,dbeta)
importFrom(stats,deltat)
importFrom(stats,dgeom)
importFrom(stats,optimize)
importFrom(stats,pbeta)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,reorder)
importFrom(stats,tsp)
importFrom(utils,installed.packages)