-
Notifications
You must be signed in to change notification settings - Fork 334
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
Allow for Nans in input of Permutation Importance #381
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #381 +/- ##
===========================================
- Coverage 97.32% 80.58% -16.75%
===========================================
Files 49 49
Lines 3142 3142
Branches 585 585
===========================================
- Hits 3058 2532 -526
- Misses 44 569 +525
- Partials 40 41 +1
|
This PR is ready for review |
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.
Thanks @Matgrb PR looks great 👍
But for that I would also need to increase sklearn version in the requirements to at least 0.20.
Yes makes sense, it would need to be updated in setup.py and requirements.txt, and also we'd need to adjust or remove py36-legacy in tox.ini
Codecov Report
@@ Coverage Diff @@
## master #381 +/- ##
===========================================
- Coverage 97.32% 80.58% -16.75%
===========================================
Files 49 49
Lines 3142 3142
Branches 585 585
===========================================
- Hits 3058 2532 -526
- Misses 44 569 +525
- Partials 40 41 +1
|
Hi @lopuhin , sorry for the delay. I have implemented the suggestions from your comment. |
Thanks you! This were merged in eli5-org/eli5#2 and released to PyPI with v0.11 |
Closes #262
So far i used
force_all_finite=False
, but even better would be force_all_finite='allow-nan'. But for that I would also need to increase sklearn version in the requirements to at least 0.20.