sktime.base

class sktime.base.BaseEstimator[source]

Bases: sklearn.base.BaseEstimator

Base class for defining estimators in sktime. Extends scikit-learn’s BaseEstimator.

check_is_fitted()[source]

Check if the estimator has been fitted.

Raises

NotFittedError – If the estimator has not been fitted yet.

property is_fitted[source]

Has fit been called?