maxpumperla / entropy-mdlp

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

Small fix #1

Closed drorwolmer closed 8 years ago

drorwolmer commented 8 years ago

I got this error when using the code TypeError: only length-1 arrays can be converted to Python scalars

This fixed it

maxpumperla commented 8 years ago

Nice, thank you very much!