evalml.tuners.Tuner.add

Tuner.add(parameters, score)[source]

Register a set of hyperparameters with the score obtained from training a pipeline with those hyperparameters.

Parameters
  • parameters (dict) – hyperparameters

  • score (float) – associated score

Returns

None