Add kde support for hist - #795
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
This would require a few extra things. First an optional dependency in the install for scipy; a fallback + handling in the code added here and third tests. |
3/3 are done. |
shouldn't the second bullet be done? |
|
I don't know what you mean by "fallback handling". Maybe you can explain a little or you can take it over. |
|
What I would do is make the scipy import optional and do a try except block and produce a warning if it is not installed; fallback may have been wrongly stated as this would imply we provide the kde itself |
Ok, I'll take a look, and add this. I actually did do a research how to calculate kde using pure numpy. |
… and skip 3 tests.
|
Now you can review. There's also |
Are you instrested in adding a kde support for hist for now?
Should close #794