-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
126 lines (126 loc) · 2.78 KB
/
DESCRIPTION
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
125
126
Package: OnlineSuperLearner
Type: Package
Title: Online SuperLearner package
Version: 0.0.1
Date: 2017-01-25
Authors@R: c(person("Frank", "Blaauw", role=c("aut", "cre"), email="[email protected]"),
person("Antoine", "Chambaz", role=c("aut"), email="[email protected]"))
Maintainer: Frank Blaauw <[email protected]>
Description: Package that enabling online super learning. This package runs a
set of estimators and tries to find the conditional densities of relevantvariables
provided to it. Then, using a set of machine learning algorithms, it will
find the best convex combination of algorithms to predict these conditional
densities.
License: MIT + file LICENSE
LazyLoad: yes
Encoding: UTF-8
LazyData: yes
Depends:
R (>= 2.9.0),
R6
Imports:
parallel,
data.table,
R.utils (>= 1.4.1),
h2o (>= 3.10.3.2),
R.oo,
R.methodsS3,
condensier,
methods,
magrittr,
MASS,
Metrics,
purrr,
tidyverse,
pROC,
assertthat,
xgboost,
speedglm,
randomForest,
neuralnet,
e1071,
glmnet,
future,
RColorBrewer,
foreach,
doParallel,
optimr,
sgd,
nnls,
ggplot2,
reshape2,
jsonlite,
dplyr,
digest
Suggests:
roxygen2,
covr,
testthat,
mockery,
devtools,
knitr,
rmarkdown
RoxygenNote: 6.1.1
Collate:
'ConditionalDensityEvaluator.R'
'ConstrainedGlm.R'
'Evaluation.R'
'CrossValidationRiskCalculator.R'
'Data.Base.R'
'Data.Static.R'
'Data.Stream.R'
'Simulator.Simple.R'
'Data.Stream.Simulator.R'
'DataCache.R'
'DataSplitter.R'
'DensityEstimation.R'
'H2O.initializer.R'
'H2O.Interactor.R'
'InterventionParser.R'
'InterventionEffectCalculator.R'
'ML.SVM.R'
'ML.randomForest.R'
'ML.Local.lm.R'
'ML.NeuralNet.R'
'ML.Base.R'
'ML.XGBoost.R'
'ML.H2O.R'
'LibraryFactory.R'
'ML.GLMnet.R'
'ML.H2O.gbm.R'
'ML.H2O.glm.R'
'ML.H2O.randomForest.R'
'ML.SpeedGLMSGD.R'
'RelevantVariable.R'
'OneStepEstimator.R'
'OnlineSuperLearner.Predict.R'
'OnlineSuperLearner.S3.R'
'OnlineSuperLearner.SampleIteratively.R'
'WCC.SGD.Simplex.R'
'WeightedCombinationComputer.R'
'WCC.CG.R'
'WCC.NMBFGS.R'
'SMG.Mock.R'
'SummaryMeasureGenerator.R'
'zzz.R'
'OnlineSuperLearner.R'
'OutputPlotGenerator.R'
'PreProcessor.R'
'SMG.Base.R'
'SMG.Lag.R'
'SMG.Latest.Entry.R'
'SMG.Mean.R'
'SMG.Transformation.R'
'SMGFactory.R'
'Simulator.GAD.R'
'Simulator.RunningExample.R'
'Simulator.Slow.R'
'WCC.NLopt.R'
'WCC.NNLS.R'
'WCC.SGD.R'
Remotes:
github::osofr/condensier@fb-add-update,
github::jimhester/covr,
github::airoldilab/sgd,
github::n-s-f/mockery@master
VignetteBuilder: knitr