Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Check the user guide vs. a list of new APIs (classes, methods, data members) to see what items require updates to the user guide.
For each feature missing user guide doc:
- Create a JIRA for that feature, and assign it to the author of the feature
- Link it to (a) the original JIRA which introduced that feature ("related to") and (b) to this JIRA ("requires").
Note: Now that we have algorithms in spark.ml which are not in spark.mllib, we should make 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-6518 Add example code and user guide for bisecting k-means
- Resolved
-
SPARK-11529 Add section in user guide for StreamingLogisticRegressionWithSGD
- Resolved
-
SPARK-11964 Create user guide section explaining export/import
- Resolved
-
SPARK-11965 Update user guide for RFormula feature interactions
- Resolved
-
SPARK-12215 User guide section for KMeans in spark.ml
- Resolved
-
SPARK-12247 Documentation for spark.ml's ALS and collaborative filtering in general
- Resolved
-
SPARK-11959 Document normal equation solver for ordinary least squares in user guide
- Resolved
-
SPARK-11684 Update user guide to show new features in SparkR:::glm and SparkR:::summary
- Resolved
-
SPARK-11689 Add user guide and example code for LDA under spark.ml
- Resolved
-
SPARK-11958 Create user guide section for SQLTransformer
- Resolved
-
SPARK-11960 User guide section for streaming a/b testing
- Resolved
-
SPARK-11961 User guide section for ChiSqSelector transformer
- Resolved
-
SPARK-11963 User guide section for QuantileDiscretizer transformer
- Resolved
-
SPARK-12159 Add user guide section for IndexToString transformer
- Resolved
- supercedes
-
SPARK-9670 Examples: Check for new APIs requiring example code
- Resolved
- links to