smps.POPS.dump#

POPS.dump(filepath)#

Save a copy of the model to disk.

Parameters
filepathstr

The filepath to save the file at.

Returns
filepathlist

The list of filepaths where data was saved.

Examples

>>> model.dump(filepath="path-to-file.sav")