evalml.exceptions.ComponentNotYetFittedError

class evalml.exceptions.ComponentNotYetFittedError[source]

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

Class Inheritance

Inheritance diagram of ComponentNotYetFittedError