wildboar.base# Module Contents# Classes# BaseEstimator Base class for all estimators in scikit-learn. class wildboar.base.BaseEstimator[source]# Bases: sklearn.base.BaseEstimator 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). __getstate__()[source]# __setstate__(state)[source]#