polsys / ennemi

Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35 stars 12 forks source link

Add tutorial on discrete data #91

Closed polsys closed 3 years ago

polsys commented 3 years ago

Closes #75. Added a tutorial on handling discrete variables. Also refactored the Getting started document a bit. Closes #90. Added an integration test based on the tutorial.

polsys commented 3 years ago

For the next release, I absolutely need to fix the type annotation for DataFrame returns. The interface is somewhat complex with its variant return type...