BaseDelayedSaturatedMMM.load#

classmethod BaseDelayedSaturatedMMM.load(fname)[source]#

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

Parameters:

fname (string) – This denotes the name with path from where idata should be loaded from.

Return type:

Returns an instance of DelayedSaturatedMMM.

Raises:

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