Skip to content

save_estimation

Function

save_estimation(estimation_model, filename: str)

Description

Save a serialized copy of an EstimationModel or other object at the specified path.

Arguments

estimation_model: object

The object to be saved.

filename: str

The path and file name under which to save the object.

Returns

Returns: None

Examples

>>> save_estimation(sample_model, "c:\\Documents\\saved_object.p")