easypheno.model._sklearn_model
Module Contents
Classes
Parent class based on |
- class easypheno.model._sklearn_model.SklearnModel(task, optuna_trial, encoding=None, n_outputs=1)
Bases:
easypheno.model._base_model.BaseModel,abc.ABCParent class based on
BaseModelfor all models with a sklearn-like API to share functionalities. SeeBaseModelfor more information.Attributes
Inherited attributes
See
BaseModel- retrain(self, X_retrain, y_retrain)
Implementation of the retraining for models with sklearn-like API. See
BaseModelfor more information.- Parameters
X_retrain (numpy.array) –
y_retrain (numpy.array) –