Details
-
Documentation
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
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.
Note: I created a new subsection for links to spark.ml-specific guides in this JIRA's PR: SPARK-7557. This transformer can go within the new subsection. I'll try to get that PR merged ASAP.
Attachments
Issue Links
- is related to
-
SPARK-5566 Tokenizer for mllib package
- Resolved
- is required by
-
SPARK-9668 ML 1.5 QA: Docs: Check for new APIs
- Resolved
-
SPARK-7443 MLlib 1.4 QA plan
- Resolved
- links to