evalml.pipelines.PipelineBase.save

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

Saves pipeline at file path

Parameters
  • file_path (str) – location to save file

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

Returns

None