BaseEstimator.load_parameters

classmethod BaseEstimator.load_parameters(path)[source]

Initializes this estimator by loading its parameters. If subclasses overwrite save_parameters(), this method should also be overwritten.

Typically, this method should not be called directly. It is called as part of load().

Parameters

path (Path) -- The directory from which the parameters should be loaded.

Return type

TypeVar(E, bound= BaseEstimator)