maxpumperla / entropy-mdlp

Minimum description length principle algorithm in Python, for optimal binning of continuous variables
MIT License
59 stars 20 forks source link

Update mdlp.py #3

Closed eloaf closed 4 years ago

eloaf commented 5 years ago

python3 + speedups with better use of numpy

eloaf commented 4 years ago

@maxpumperla

maxpumperla commented 4 years ago

@eloaf :D sorry, completely missed this one.

are you interested in a pypi release for this?

eloaf commented 4 years ago

I don't mind, I simply made these updates for myself while performing some experiments last year, no longer using it though.

eloaf commented 4 years ago

You could probably get even more speedups using numba as well.