BoTorch MixedSingleTaskGP Regression Learner
Source:R/learner_botorch_regr_mixedsingletaskgp.R
mlr_learners_regr.botorch_mixedsingletaskgp.Rd
Gaussian Process via botorch and gpytorch, using the MixedSingleTaskGP
.
Uses reticulate to interface with Python.
Meta Information
Task type: “regr”
Predict Types: “response”, “se”
Feature Types: “logical”, “integer”, “numeric”, “factor”
Required Packages: mlr3, mlr3extralearners, reticulate
Super classes
mlr3::Learner
-> mlr3::LearnerRegr
-> LearnerRegrBotorchMixedSingleTaskGP
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()
.