Description
For each model which supports save/load methods, we need to verify:
- These methods are tested in unit tests in Scala and Python (if save/load is supported in Python).
- If a model's name, data members, or constructors have changed at all, then we likely need to support a new save/load format version. Different versions must be tested in unit tests to ensure backwards compatibility (i.e., verify we can load old model formats).
- Examples in the programming guide should include save/load when available. It's important to try running each example in the guide whenever it is modified (since there are no automated tests).
Attachments
Issue Links
- is related to
-
SPARK-8043 update NaiveBayes and SVM examples in doc
- Resolved
-
SPARK-7949 update document with some missing save/load
- Closed
- relates to
-
SPARK-7104 Support model save/load in Python's Word2Vec
- Resolved
-
SPARK-7105 Support model save/load in Python's GaussianMixture
- Resolved
-
SPARK-18311 CLONE - Support model save/load in Python's Word2Vec
- Resolved
-
SPARK-18312 CLONE - Support model save/load in Python's GaussianMixture
- Resolved
-
SPARK-5962 [MLLIB] Python support for Power Iteration Clustering
- Resolved