GaussianMixture.save_attributes¶
- GaussianMixture.save_attributes(path)¶
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()
.