evalml.tuners.RandomSearchTuner.propose¶
-
RandomSearchTuner.propose()[source]¶ Generate a unique set of parameters.
If tuner was initialized with
with_replacement=Trueand the tuner is unable to generate a unique set of parameters afterreplacement_max_attemptstries, thenNoParamsExceptionis raised.- Returns
proposed pipeline parameters
- Return type
dict