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()
.