evalml.tuners.RandomSearchTuner.is_search_space_exhausted¶
-
RandomSearchTuner.is_search_space_exhausted()[source]¶ Checks if it is possible to generate a set of valid parameters. Stores generated parameters in
self.curr_paramsto be returned bypropose().- Raises
NoParamsException – If a search space is exhausted, then this exception is thrown.
- Returns
If no more valid parameters exists in the search space, return false.
- Return type
bool