Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-33252][PYTHON][DOCS] Migration to NumPy documentation style in MLlib (pyspark.mllib.*) #30413

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
754e331
First sweep of pyspark.mllib.classification
zero323 Nov 14, 2020
cb0bc9d
First sweep of pyspark.mllib.clustering
zero323 Nov 15, 2020
6060d11
First sweep of pyspark.mllib.evaluation
zero323 Nov 16, 2020
25ef2ce
First sweep of pyspark.mllib.feature
zero323 Nov 17, 2020
b18579d
First sweep of pyspark.mllib.fpm
zero323 Nov 17, 2020
90a7627
First sweep of pyspark.mllib.random
zero323 Nov 17, 2020
ea83d79
First sweep of pyspark.mllib.recommendation
zero323 Nov 18, 2020
40f1a0f
First sweep of pyspark.mllib.regression
zero323 Nov 18, 2020
7071e63
First sweep of pyspark.mllib.tree
zero323 Nov 18, 2020
821e116
First sweep of pyspark.mllib.util
zero323 Nov 18, 2020
ad69539
First sweep of pyspark.mllib.linalg
zero323 Nov 18, 2020
ea0151c
First sweep of pyspark.mllib.linalg.distributed
zero323 Nov 18, 2020
9c02dfd
First sweep of pyspark.mllib.stat._statistics
zero323 Nov 19, 2020
326bba9
First sweep of pyspark.mllib.stat.KernelDensity
zero323 Nov 19, 2020
c777b79
First sweep of pyspark.mllib.stat.distribution
zero323 Nov 19, 2020
ad513fa
Second sweep of pyspark.mllib.classification
zero323 Nov 19, 2020
00a60f5
Second sweep of pyspark.mllib.clustering
zero323 Nov 19, 2020
c7ab10f
Second sweep of pyspark.mllib.feature
zero323 Nov 19, 2020
a6a02f9
Second sweep of pyspark.mllib.linalg
zero323 Nov 19, 2020
97c36e0
Second sweep of pyspark.mllib.random
zero323 Nov 19, 2020
a8d75bb
Second sweep of pyspark.mllib.regression
zero323 Nov 19, 2020
9e9c667
Second sweep of pyspark.mllib.tree
zero323 Nov 19, 2020
33c2a17
Second sweep of pyspark.mllib.util
zero323 Nov 19, 2020
55d7d5e
Second sweep of pyspark.mllib.stat
zero323 Nov 19, 2020
e86af30
Export / document test result classes
zero323 Nov 20, 2020
ba6bd70
Address virya's notes
zero323 Nov 24, 2020
2ffe04c
Minor fixes
zero323 Nov 24, 2020
47a50c9
Fix varargs annotations in mllib.util
zero323 Nov 24, 2020
eca86aa
Fix the varargs annotations
zero323 Nov 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python/docs/source/reference/pyspark.mllib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ Statistics
ChiSqTestResult
MultivariateGaussian
KernelDensity
ChiSqTestResult
KolmogorovSmirnovTestResult
Comment on lines +219 to +220
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two are returned by public methods so I believe that it makes sense to have documentation entries.



Tree
Expand Down Expand Up @@ -250,4 +252,3 @@ Utilities
Loader
MLUtils
Saveable

Loading