evalml.tuners.GridSearchTuner.__init__

GridSearchTuner.__init__(space, n_points=10, random_state=0)[source]

Generate all of the possible points to search for in the grid

Parameters
  • space – A list of all dimensions available to tune

  • n_points – The number of points to sample from along each dimension defined in the space argument

  • random_state – Unused in this class