BaseMMM.load#

classmethod BaseMMM.load(fname)[source]#

Creates a MMM instance from a file, instantiating the model with the saved original input parameters. Loads inference data for the model.

Parameters:
fnamestr

This denotes the name with path from where idata should be loaded from.

Returns:
Returns an instance of MMM.
Raises:
ValueError

If the inference data that is loaded doesn’t match with the model.