Skip to content

load_estimation

Function

load_estimation(filename: str)

Description

Load a saved estimation model

Arguments

filename: str
  The path and file name under which an object was saved.

Returns

Returns: object
  A loaded instance of the specified object.

Examples

>>> loaded_model = load_estimation("c:\\Documents\\saved_object.p")