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