hlin117 / mdlp-discretization

An implementation of the minimum description length principal expert binning algorithm by Usama Fayyad
BSD 3-Clause "New" or "Revised" License
101 stars 53 forks source link

Version of Python #39

Open 80070003 opened 2 years ago

80070003 commented 2 years ago

I would like to ask which version of Python did you use when you make this program? For I have problem when I use python of version 3.10 or 3.11.

daanknoope commented 1 year ago

The last Python version which I have gotten to work with this code is 3.6. After that, you need to update the cpp file (see: https://github.com/hlin117/mdlp-discretization/pull/41)