-
Notifications
You must be signed in to change notification settings - Fork 74
[Merge only onto large-scale] Large scale Kmeans changes. #174
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
fd59a64
Added updated configs.
985db07
Added shift.
34a30c7
Added center box.
d47face
Removed the inertia for Kmeans.
e617791
fixed config locations.
00ac46d
Updated configs.
f37f964
Moved large scale files.
1c5552b
Added line.
dcfef94
Added large scale 2k parameters sample shift
4ba3fe4
Fixed imports.
5c04a35
Updated format.
af48e96
Added the math import.
c7f38f4
Rolled back the accidental changes to the ranked_based distributed_sp…
264701e
Updated large scale 2k parameters for the full 24576 tiles.
20419a9
Updated config files.
4e93858
cleaned up diff.
428f3df
Reformatted correctly.
2f8c68b
Fixed if else.
816c6dc
Updated format.
5d3bf52
Added mpi4py
edceece
Merge branch 'large-scale' of https://github.com/IntelPython/scikit-l…
a937963
fixed mpi4py
3809d17
Rolled back mpi4py.
c128748
Formatted file.
15db792
Removed environment from diff.
f0fccdd
Revert "Removed environment from diff."
548d824
Merged change from large-scale
4d675ec
Removed extra code for sample_shift.
e8fbd0b
Changes for sample_shift.
a7cea17
Updated sample shift.
f3c2757
Updated sample shift.
2ae3c39
Removed extra code.
39cc4f2
Added comment for sample_shift.
3fc7c42
Added back in x_train in sample_shift.
1bd5aa1
Updated description of sample_shift.
06944c1
Added predict back in.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"INCLUDE": ["../../common/sklearn.json", "large_scale.json"], | ||
"PARAMETERS_SETS": { | ||
"spmd kmeans parameters": { | ||
"algorithm": { | ||
"estimator": "KMeans", | ||
"estimator_params": { | ||
"algorithm": "lloyd", | ||
"max_iter": 20, | ||
"n_clusters": 10, | ||
"random_state": 42 | ||
}, | ||
"estimator_methods": { "training": "fit", "inference": "predict" }, | ||
"sklearnex_context": { "use_raw_input": true } | ||
} | ||
}, | ||
"synthetic data": { | ||
"data": [ | ||
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 2000000, "n_features": 100, "centers": 2000, "cluster_std": 3, "center_box": 100.0}} | ||
] | ||
} | ||
}, | ||
"TEMPLATES": { | ||
"kmeans": { | ||
"SETS": [ | ||
"synthetic data", | ||
"sklearnex spmd implementation", | ||
"large scale 2k parameters sample shift", | ||
"spmd kmeans parameters" | ||
] | ||
} | ||
} | ||
} |
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
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.
Uh oh!
There was an error while loading. Please reload this page.