habit.exceptions.NotFittedError
- exception NotFittedError[source]
Raised when a model or transformer is used before being fitted.
Unifies the v0.1
core.commonclass (HabitError+ValueError) withsklearn.exceptions.NotFittedErrorso a singleexceptclause catches HABIT estimators and sklearn pipelines alike.