evalml.tuners.GridSearchTuner.add

GridSearchTuner.add(pipeline_parameters, score)[source]

Not applicable to grid 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