tuner_exceptions#

Exception thrown by tuner classes.

Module Contents#

Contents#

exception evalml.tuners.tuner_exceptions.NoParamsException[source]#

Raised when a tuner exhausts its search space and runs out of parameters to propose.

exception evalml.tuners.tuner_exceptions.ParameterError[source]#

Raised when a tuner encounters an error with the parameters being used with it.