olpy.exceptions.NotFittedError

exception olpy.exceptions.NotFittedError(previous, next, message)[source]

Raised when an unfitted model is used for a prediction

previous

state at beginning of transition.

Type

str

next

attempted new state

Type

str

message

explanation of why the specific action Failed.

Type

str