DelayedSaturatedMMM.load#
- classmethod DelayedSaturatedMMM.load(fname)#
Creates a MMM instance from a file, instantiating the model with the saved original input parameters. Loads inference data for the model.
- Parameters:
- fname
str This denotes the name with path from where idata should be loaded from.
- fname
- Returns:
Returnsaninstance of MMM.
- Raises:
ValueErrorIf the inference data that is loaded doesn’t match with the model.