-
Notifications
You must be signed in to change notification settings - Fork 73
[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.
KateBlueSky 985db07
Added shift.
KateBlueSky 34a30c7
Added center box.
KateBlueSky d47face
Removed the inertia for Kmeans.
KateBlueSky e617791
fixed config locations.
KateBlueSky 00ac46d
Updated configs.
KateBlueSky f37f964
Moved large scale files.
KateBlueSky 1c5552b
Added line.
KateBlueSky dcfef94
Added large scale 2k parameters sample shift
KateBlueSky 4ba3fe4
Fixed imports.
KateBlueSky 5c04a35
Updated format.
KateBlueSky af48e96
Added the math import.
KateBlueSky c7f38f4
Rolled back the accidental changes to the ranked_based distributed_sp…
KateBlueSky 264701e
Updated large scale 2k parameters for the full 24576 tiles.
KateBlueSky 20419a9
Updated config files.
KateBlueSky 4e93858
cleaned up diff.
KateBlueSky 428f3df
Reformatted correctly.
KateBlueSky 2f8c68b
Fixed if else.
KateBlueSky 816c6dc
Updated format.
KateBlueSky 5d3bf52
Added mpi4py
KateBlueSky edceece
Merge branch 'large-scale' of https://github.com/IntelPython/scikit-l…
KateBlueSky a937963
fixed mpi4py
KateBlueSky 3809d17
Rolled back mpi4py.
KateBlueSky c128748
Formatted file.
KateBlueSky 15db792
Removed environment from diff.
KateBlueSky f0fccdd
Revert "Removed environment from diff."
KateBlueSky 548d824
Merged change from large-scale
KateBlueSky 4d675ec
Removed extra code for sample_shift.
KateBlueSky e8fbd0b
Changes for sample_shift.
KateBlueSky a7cea17
Updated sample shift.
KateBlueSky f3c2757
Updated sample shift.
KateBlueSky 2ae3c39
Removed extra code.
KateBlueSky 39cc4f2
Added comment for sample_shift.
KateBlueSky 3fc7c42
Added back in x_train in sample_shift.
KateBlueSky 1bd5aa1
Updated description of sample_shift.
KateBlueSky 06944c1
Added predict back in.
KateBlueSky 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.