mlcompare.models.models.SklearnModel#
- class mlcompare.models.models.SklearnModel(**data)[source]#
A class used to instantiate and manage a Scikit-learn model.
Attributes:#
name (str): Class name of the model. Ex: RandomForestRegressor. module (str | None): Module containing the model class if it’s not imported at the library level. params (dict | None): Parameters to pass to the model class constructor if any.