evalml.tuners.RandomSearchTuner.add¶
-
RandomSearchTuner.
add
(pipeline_parameters, score)[source]¶ Not applicable to random search tuner as generated parameters are not dependent on scores of previous parameters.
- Parameters
pipeline_parameters (dict) – a dict of the parameters used to evaluate a pipeline
score (float) – the score obtained by evaluating the pipeline with the provided parameters