TrainedLearner.save

TrainedLearner.save(outputPath)

Save model to a file.

Uses the cloudpickle library to serialize this object.

Parameters:

outputPath (str) – The location (including file name and extension) where we want to write the output file. If a filename extension is not included, the “.pickle” extension will be added.