ConfigurableBaseEstimator.save_attributes¶
- ConfigurableBaseEstimator.save_attributes(path)[source]¶
Saves the fitted attributes of this estimator. By default, it uses JSON and falls back to
pickle
. Subclasses should overwrite this method if non-primitive attributes are fitted.Typically, this method should not be called directly. It is called as part of
save()
.