evalml.automl.AutoMLSearch.save

AutoMLSearch.save(file_path, pickle_protocol=5)[source]

Saves AutoML object at file path

Parameters
  • file_path (str) – location to save file

  • pickle_protocol (int) – the pickle data stream format.

Returns

None