tuner_exceptions ======================================== .. py:module:: evalml.tuners.tuner_exceptions .. autoapi-nested-parse:: Exception thrown by tuner classes. Module Contents --------------- Contents ~~~~~~~~~~~~~~~~~~~ .. py:exception:: NoParamsException Raised when a tuner exhausts its search space and runs out of parameters to propose. .. py:exception:: ParameterError Raised when a tuner encounters an error with the parameters being used with it.