-
Notifications
You must be signed in to change notification settings - Fork 603
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
t-SNE optimization using scikit-learn-intelex #3279
base: main
Are you sure you want to change the base?
t-SNE optimization using scikit-learn-intelex #3279
Conversation
…cikit-learn-intelex
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3279 +/- ##
==========================================
- Coverage 76.95% 76.95% -0.01%
==========================================
Files 109 109
Lines 12466 12469 +3
==========================================
+ Hits 9593 9595 +2
- Misses 2873 2874 +1
|
@kaushalprasadhial We internal discussed adding |
We have created this PR earlier #3061. This one is the same PR with editing enabled for maintainers.
This pull request accelerates t-SNE using the scikit-learn-intelex library, resulting in approximately a 10x runtime improvement for the t-SNE implementation in the package for the given example below. The experiment was run on AWS r7i.24xlarge.