Base#

The skpro.base module contains abstract base classes.

Base module with base classes BaseObject, BaseEstimator.

Base classes#

BaseObject()

Base class for fittable objects.

BaseEstimator()

Base class for fittable objects.

BaseMetaEstimator()

Base class for fittable composite meta-objects.