habit.exceptions.NotFittedError

exception NotFittedError[source]

Raised when a model or transformer is used before being fitted.

Unifies the v0.1 core.common class (HabitError + ValueError) with sklearn.exceptions.NotFittedError so a single except clause catches HABIT estimators and sklearn pipelines alike.