-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] OWManifold: support t-SNE on sparse #2281
Conversation
This is good, but I get errors upon selecting Jaccard, Chebyshev and Mahalanobis distances. Could we:
Everything else seems to work fine. |
69d7893
to
44cbd05
Compare
Codecov Report
@@ Coverage Diff @@
## master #2281 +/- ##
==========================================
+ Coverage 73.2% 73.24% +0.04%
==========================================
Files 316 316
Lines 55289 55301 +12
==========================================
+ Hits 40475 40507 +32
+ Misses 14814 14794 -20 |
Now errors on invalid distance. @astaric How do I accommodate radon? |
540bcd4
to
187953e
Compare
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.
Looks good to me. Since this is adding adding functionality can we merge despite radon issues?
self.send_signal("Data", data) | ||
self.widget.apply_button.button.click() | ||
self.assertTrue(self.widget.Error.sparse_not_supported.is_shown()) | ||
self.widget.apply() |
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.
Why we need this apply? Doesn't the above line do that?
Issue
Fixes #2158
Description of changes
Support sparse with method=t-SNE and tweaked params.
Includes