-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
S3method(makeRLearner,classif.tpot)
S3method(makeRLearner,regr.tpot)
S3method(predictLearner,classif.tpot)
S3method(predictLearner,regr.tpot)
S3method(trainLearner,classif.tpot)
S3method(trainLearner,regr.tpot)
export(TPOTRClassifier)
export(TPOTRRegressor)
export(export)
export(export.TPOTRClassifier)
export(export.TPOTRRegressor)
export(fit)
export(fit.TPOTRClassifier)
export(fit.TPOTRRegressor)
export(fit_predict)
export(fit_predict.TPOTRClassifier)
export(fit_predict.TPOTRRegressor)
export(getGenerations)
export(getGenerations.WrappedModel)
export(getPipeline)
export(getPipeline.TPOTRClassifier)
export(getPipeline.TPOTRRegressor)
export(getPipeline.WrappedModel)
export(install_tpot)
export(predict)
export(predict.TPOTRClassifier)
export(predict.TPOTRRegressor)
export(predict_proba)
export(predict_proba.TPOTRClassifier)
export(predict_proba.TPOTRRegressor)
export(printPipeline)
export(printPipeline.TPOTRClassifier)
export(printPipeline.TPOTRRegressor)
export(printPipeline.WrappedModel)
export(score)
export(score.TPOTRClassifier)
export(score.TPOTRRegressor)