Details
Description
Copied from SPARK-7443:
Now that we have algorithms in spark.ml which are not in spark.mllib, we should start making subsections for the spark.ml API as needed. We can follow the structure of the spark.mllib user guide.
- The spark.ml user guide can provide: (a) code examples and (b) info on algorithms which do not exist in spark.mllib.
- We should not duplicate info in the spark.ml guides. Since spark.mllib is still the primary API, we should provide links to the corresponding algorithms in the spark.mllib user guide for more info.
Attachments
Issue Links
- is related to
-
SPARK-5253 LinearRegression with L1/L2 (elastic net) using OWLQN in new ML package
- Resolved
- is required by
-
SPARK-7443 MLlib 1.4 QA plan
- Resolved
- links to