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
filename: str
Returns
Returns: None
Examples
>>> save_estimation(sample_model, "c:\\Documents\\saved_object.p")