ForeTiS.model._sklearn_model
Module Contents
Classes
Parent class based on |
- class ForeTiS.model._sklearn_model.SklearnModel(optuna_trial, datasets, featureset_name, pca_transform, target_column, optimize_featureset)
Bases:
ForeTiS.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- Parameters:
- retrain(retrain)
Implementation of the retraining for models with sklearn-like API. See
BaseModelfor more information.- Parameters:
retrain (pandas.DataFrame)
- update(update, period)
Implementation of the retraining for models with sklearn-like API. See
BaseModelfor more information- Parameters:
update (pandas.DataFrame)
period (int)