-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
47 lines (46 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
S3method(estimate_memory,Learner)
S3method(estimate_memory,LearnerClassifCatboost)
S3method(estimate_memory,LearnerClassifLightGBM)
S3method(estimate_memory,LearnerClassifRanger)
S3method(estimate_memory,LearnerClassifXgboost)
S3method(estimate_memory,LearnerRegrCatboost)
S3method(estimate_memory,LearnerRegrLightGBM)
S3method(estimate_memory,LearnerRegrRanger)
S3method(estimate_memory,LearnerRegrXgboost)
export(LearnerClassifAuto)
export(LearnerClassifAutoCatboost)
export(LearnerClassifAutoGlmnet)
export(LearnerClassifAutoKKNN)
export(LearnerClassifAutoLightGBM)
export(LearnerClassifAutoNnet)
export(LearnerClassifAutoRanger)
export(LearnerClassifAutoSVM)
export(LearnerClassifAutoXgboost)
export(LearnerRegrAuto)
export(LearnerRegrAutoCatboost)
export(LearnerRegrAutoGlmnet)
export(LearnerRegrAutoKKNN)
export(LearnerRegrAutoLightGBM)
export(LearnerRegrAutoNnet)
export(LearnerRegrAutoRanger)
export(LearnerRegrAutoSVM)
export(LearnerRegrAutoXgboost)
export(estimate_memory)
export(internal_measure_catboost)
export(internal_measure_lightgbm)
export(internal_measure_xgboost)
import(R6)
import(checkmate)
import(data.table)
import(lhs)
import(mlr3)
import(mlr3extralearners)
import(mlr3learners)
import(mlr3mbo)
import(mlr3misc)
import(mlr3pipelines)
import(mlr3tuning)
import(mlr3tuningspaces)
import(paradox)
importFrom(rush,rush_config)