statsmodels.discrete.count_model.ZeroInflatedPoissonResults.load¶
-
classmethod
ZeroInflatedPoissonResults.
load
(fname)¶ load a pickle, (class method); use only on trusted files, as unpickling can run arbitrary code.
Parameters: fname (string or filehandle) – fname can be a string to a file path or filename, or a filehandle. Returns: Return type: unpickled instance