ForeTiS.model.elasticnet
Module Contents
Classes
Implementation of a class for ElasticNet. |
- class ForeTiS.model.elasticnet.ElasticNet(optuna_trial, datasets, featureset_name, pca_transform, target_column, optimize_featureset)
Bases:
ForeTiS.model._sklearn_model.SklearnModelImplementation of a class for ElasticNet.
See
BaseModelfor more information on the attributes.- Parameters: