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