-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0 #422
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
Closed
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
a61e434
update mllib's toc
mengxr 137fd1d
re-organize toc
mengxr 182460f
add guide for naive Bayes
mengxr f399f6c
move linear-algebra to dimensionality-reduction
mengxr f316ec2
add migration guide
mengxr 53c9552
update dependencies
mengxr 9fca001
add first version of linear algebra guide
mengxr 64f8995
move decision tree guide to a separate file
mengxr 72e4804
one pass over tree guide
mengxr d1b5cbf
merge master
mengxr 8d1a128
move part of linear algebra to data types and add Java/Python examples
mengxr 86e143a
remove data types section from main page
mengxr 656d416
update mllib-clustering
mengxr 5f0a700
update collaborative filtering
mengxr 906ed0a
add a python example to naive bayes
mengxr 1fc8271
update toc
mengxr 0a40837
first pass over linear methods
mengxr 31660eb
update linear algebra and stat
mengxr c82ffb4
clean optimization
mengxr f639674
add python section to migration guide
mengxr e605dd6
add LIBSVM loader
mengxr 92747b3
make section titles consistent
mengxr cc604bf
remove classification and regression
mengxr 5760045
claim beta
mengxr 6ce6a6f
add summary statistics to toc
mengxr 8aeaba1
wrap long lines
mengxr 5c1e1b1
minor
mengxr 162ee12
rename section names
mengxr 6568d65
update toc, level up lr and svm
mengxr 186ab07
update section names
mengxr 8cd2441
minor updates
mengxr 14e2287
add sample libsvm data and use it in guide
mengxr 648283e
level down statistics
mengxr abbbf7e
update ALS argument names
mengxr 053ad8a
add links to go back to the main page
mengxr 7dc95cc
update linear methods
mengxr 369a4d3
Merge branch 'master' into mllib-doc
mengxr 28f40dc
remove localhost:4000
mengxr c17440d
fix python nb example
mengxr 5bbff49
add imports to labeled point examples
mengxr 928e630
initialization_mode -> initializationMode
mengxr 9474065
add alpha to ALS examples
mengxr f9fda28
minor
mengxr 944e3a9
merge master
mengxr 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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 last two points lack periods, whereas every other point has a period.
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.
Done.