Model.to_cfm

Model.to_cfm(path: Path) None[source]

Exports the Model object to an .cfm file through Pickle.

Parameters:

path (path) – Complete path to the new file. (for example ‘C:/temp/model.cfm’)

Returns:

None