evalml.exceptions.PipelineNotYetFittedError

class evalml.exceptions.PipelineNotYetFittedError[source]

An exception to be raised when predict/predict_proba/transform is called on a pipeline without fitting first.

Class Inheritance

Inheritance diagram of PipelineNotYetFittedError