pafoster / pyitlib

A library of information-theoretic methods for data analysis and machine learning, implemented in Python and NumPy.
MIT License
90 stars 17 forks source link

Cythonise #5

Open reynoldscem opened 5 years ago

reynoldscem commented 5 years ago

Some quantities this library provides can be quite intensive to compute. I was thinking it might be worth spending some time converting the more intensive portions into Cython. I am probably happy to do some of this if it's something people would want.