base.BaseEstimator
sklearn.base.BaseEstimator
-
class sklearn.base.BaseEstimator
[source] -
Base class for all estimators in scikit-learn
Notes
All estimators should specify all the parameters that can be set at the class level in their
__init__
as explicit keyword arguments (no*args
or**kwargs
).Methods
get_params
([deep])Get parameters for this estimator.