-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-24026][ML] Add Power Iteration Clustering to spark.ml #21090
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
+494
−0
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e4492a6
add pic framework (model, class etc)
wangmiao1981 7086249
change a comment
wangmiao1981 b73d8a7
add missing functions fit predict load save etc.
wangmiao1981 022fe52
add unit test flie
wangmiao1981 552cf54
add test cases part 1
wangmiao1981 0b4954d
add unit test part 2: test fit, parameters etc.
wangmiao1981 f22b01e
fix a type issue
wangmiao1981 305b194
add more unit tests
wangmiao1981 4b32cbf
delete unused import and add comments
wangmiao1981 f6eda88
change version to 2.1.0
wangmiao1981 45c4b1c
change PIC as a Transformer
wangmiao1981 e8d7ed3
add LabelCol
wangmiao1981 e4e1e05
change col implementation
wangmiao1981 8384422
address some of the comments
wangmiao1981 d6a199c
add additional test with dataset having more data
wangmiao1981 b0c3aff
change input data format
wangmiao1981 091225d
resolve warnings
wangmiao1981 8bb9956
add neighbor and weight cols
wangmiao1981 8ba82e8
address review comments 1
wangmiao1981 468a947
fix style
wangmiao1981 ec10f24
remove unused comments
wangmiao1981 5710cfc
add Since
wangmiao1981 88654b3
fix missing >
wangmiao1981 804adc6
fix doc
wangmiao1981 4a6dd79
address review comments
wangmiao1981 5cb8ed6
fix unit test
wangmiao1981 6abf602
cleanups to docs
jkbradley d927087
typo
jkbradley d215748
final updates for PIC PR
jkbradley 375e150
fixed scala style
jkbradley 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
add more unit tests
- Loading branch information
commit 305b194dae40eaff990c18837c3f2bc8d469e60c
There are no files selected for viewing
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
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
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.
remove blank line or add blank line after line 139 for consistence?