evalml.pipelines.components.Imputer.save

Imputer.save(file_path, pickle_protocol=4)

Saves component at file path

Parameters
  • file_path (str) – location to save file

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

Returns

None