-
-
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] OWBoxPlot: Show missing values #4135
[ENH] OWBoxPlot: Show missing values #4135
Conversation
f4ffb71
to
95bb2bb
Compare
We discussed this. Yes it would make sense to group by having/not having missing values. Good idea. |
95bb2bb
to
c34c003
Compare
7b9f0fe
to
1a2f65b
Compare
Codecov Report
@@ Coverage Diff @@
## master #4135 +/- ##
==========================================
+ Coverage 85.71% 85.73% +0.02%
==========================================
Files 389 389
Lines 69831 69832 +1
==========================================
+ Hits 59856 59872 +16
+ Misses 9975 9960 -15 |
30887a9
to
14d660b
Compare
14d660b
to
f0fe5de
Compare
f0fe5de
to
331f4cc
Compare
It is ready now. |
Hm. This doesn't seem to work on heart_disease... 🤔
|
It works for me. There is a change in the Cython code. It was compiled in .c code already but it needs to be compiled again for each computer (at MacOS the result of the compilation is .so file). The easiest way to do that is by running:
in the Orange folder when this PR is checked out. |
Ah, important detail. 👌 Love the change! |
Issue
Fixes #4128
Description of changes
Includes