btb.tuning.metamodels package¶
Module contents¶
Top level where all the metamodels are imported.
-
class
btb.tuning.metamodels.GaussianProcessMetaModel[source]¶ Bases:
btb.tuning.metamodels.base.BaseMetaModelGaussianProcessMetaModel class.
This class represents a meta-model using an underlying
GaussianProcessRegressorfromsklearn.gaussian_process.-
_MODEL_KWARGS¶ Dictionary with the default
kwargsfor theGaussianProcessRegressorinstantiation.- Type
dict
-
_MODEL_CLASS¶ Class to be instantiated and used for the
self._modelinstantiation. In this casesklearn.gaussian_process.GaussainProcessRegressor- Type
type
-