BoTorch SingleTaskGP Regression Learner
Source:R/learner_botorch_regr_singletaskgp.R
mlr_learners_regr.botorch_singletaskgp.Rd
Gaussian Process via botorch and gpytorch, using the SingleTaskGP
model.
Uses reticulate to interface with Python.
Meta Information
Task type: “regr”
Predict Types: “response”, “se”
Feature Types: “integer”, “numeric”
Required Packages: mlr3, mlr3extralearners, reticulate
Super classes
mlr3::Learner
-> mlr3::LearnerRegr
-> LearnerRegrBotorchSingleTaskGP
Methods
Inherited methods
mlr3::Learner$base_learner()
mlr3::Learner$configure()
mlr3::Learner$encapsulate()
mlr3::Learner$format()
mlr3::Learner$help()
mlr3::Learner$predict()
mlr3::Learner$predict_newdata()
mlr3::Learner$print()
mlr3::Learner$reset()
mlr3::Learner$selected_features()
mlr3::Learner$train()
mlr3::LearnerRegr$predict_newdata_fast()
Method marshal()
Marshal the learner's model.
Arguments
...
(any)
Additional arguments passed tomlr3::marshal_model()
.
Method unmarshal()
Unmarshal the learner's model.
Arguments
...
(any)
Additional arguments passed tomlr3::unmarshal_model()
.