-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 1.14 KB
/
Copy pathNAMESPACE
File metadata and controls
35 lines (34 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(makeRLearner,classif.autoxgboost)
S3method(makeRLearner,classif.xgboost.custom)
S3method(makeRLearner,classif.xgboost.earlystop)
S3method(makeRLearner,regr.autoxgboost)
S3method(makeRLearner,regr.xgboost.custom)
S3method(makeRLearner,regr.xgboost.earlystop)
S3method(predict,AutoxgbResult)
S3method(predictLearner,classif.autoxgboost)
S3method(predictLearner,classif.xgboost.custom)
S3method(predictLearner,classif.xgboost.earlystop)
S3method(predictLearner,regr.autoxgboost)
S3method(predictLearner,regr.xgboost.custom)
S3method(predictLearner,regr.xgboost.earlystop)
S3method(print,AutoxgbResult)
S3method(trainLearner,classif.autoxgboost)
S3method(trainLearner,classif.xgboost.custom)
S3method(trainLearner,classif.xgboost.earlystop)
S3method(trainLearner,regr.autoxgboost)
S3method(trainLearner,regr.xgboost.custom)
S3method(trainLearner,regr.xgboost.earlystop)
export(autoxgboost)
export(autoxgbparset)
import(BBmisc)
import(ParamHelpers)
import(checkmate)
import(mlr)
import(mlrCPO)
import(mlrMBO)
import(smoof)
import(xgboost)
importFrom(stats,aggregate)
importFrom(stats,predict)
importFrom(stats,runif)