-
Notifications
You must be signed in to change notification settings - Fork 411
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
Add Cramer's V (Cramer's Phi) #1298
Conversation
Edit: Ups, my fault. Forgot to define conditional import and testing. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1298 +/- ##
========================================
- Coverage 87% 32% -54%
========================================
Files 195 200 +5
Lines 11369 11472 +103
========================================
- Hits 9856 3709 -6147
- Misses 1513 7763 +6250 |
for more information, see https://pre-commit.ci
@stancld , @Borda there seems to be major problems with this PR on GPU. Not only are some of the tests added in this PR failing but also others. Additionally, the tests runs out of time (even if I increase the total runtime). I assume it has to do with the |
@stancld I been trying to debug this issue. On my local cluster running ubuntu+gpu I am getting the following error if using a version of pandas <1.4.0 (most tests fail with this error, other hangs):
If using 1.4.0 or higher it does not fail. |
@SkafteNicki Unfortunately, for the higher pandas version there's incompatibility with numpy version. When Edit: Actually, I see the problem with GPU tests. We use Also, I can see that on GPU tests only with |
55c499e
to
feb1f71
Compare
Then we probably need to skip tests if I mark the test so that |
What does this PR do?
Fixes #1272
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃