-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
Closed
[SPARK-33252][PYTHON][DOCS] Migration to NumPy documentation style in MLlib (pyspark.mllib.*) #30413
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 cb0bc9d
First sweep of pyspark.mllib.clustering
zero323 6060d11
First sweep of pyspark.mllib.evaluation
zero323 25ef2ce
First sweep of pyspark.mllib.feature
zero323 b18579d
First sweep of pyspark.mllib.fpm
zero323 90a7627
First sweep of pyspark.mllib.random
zero323 ea83d79
First sweep of pyspark.mllib.recommendation
zero323 40f1a0f
First sweep of pyspark.mllib.regression
zero323 7071e63
First sweep of pyspark.mllib.tree
zero323 821e116
First sweep of pyspark.mllib.util
zero323 ad69539
First sweep of pyspark.mllib.linalg
zero323 ea0151c
First sweep of pyspark.mllib.linalg.distributed
zero323 9c02dfd
First sweep of pyspark.mllib.stat._statistics
zero323 326bba9
First sweep of pyspark.mllib.stat.KernelDensity
zero323 c777b79
First sweep of pyspark.mllib.stat.distribution
zero323 ad513fa
Second sweep of pyspark.mllib.classification
zero323 00a60f5
Second sweep of pyspark.mllib.clustering
zero323 c7ab10f
Second sweep of pyspark.mllib.feature
zero323 a6a02f9
Second sweep of pyspark.mllib.linalg
zero323 97c36e0
Second sweep of pyspark.mllib.random
zero323 a8d75bb
Second sweep of pyspark.mllib.regression
zero323 9e9c667
Second sweep of pyspark.mllib.tree
zero323 33c2a17
Second sweep of pyspark.mllib.util
zero323 55d7d5e
Second sweep of pyspark.mllib.stat
zero323 e86af30
Export / document test result classes
zero323 ba6bd70
Address virya's notes
zero323 2ffe04c
Minor fixes
zero323 47a50c9
Fix varargs annotations in mllib.util
zero323 eca86aa
Fix the varargs annotations
zero323 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.