statsmodels.regression.quantile_regression.QuantRegResults.load

classmethod QuantRegResults.load(fname)

Load a pickled results instance

警告

Loading pickled models is not secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source.

Parameters:
fname{str, handle, pathlib.Path}

A string filename or a file handle.

Returns:
Results

The unpickled results instance.


最終更新日: 2025年01月28日