evalml.pipelines.components.ComponentBase.save

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

Saves component at file path

Parameters
  • file_path (str) – Location to save file

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

Returns

None