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

More clean packaging #20

Closed dodgejoel closed 6 years ago

dodgejoel commented 6 years ago

Would be nice to enable more cleanly integrating this package into a larger project. e.g. making it easier to install this package into a virtualenv. See https://github.com/thearn/simple-cython-example for example.

hlin117 commented 6 years ago

Thanks for the suggestion. Do you have any suggestions on what need to be done to let this library be integrated into larger libraries?

dodgejoel commented 6 years ago

see https://github.com/hlin117/mdlp-discretization/pull/22