tmadl / sklearn-expertsys

Highly interpretable classifiers for scikit learn, producing easily understood decision rules instead of black box models
488 stars 72 forks source link

Code seems to have dependency on Entropy package? #15

Closed savourylie closed 6 years ago

savourylie commented 6 years ago

I got this

from Entropy import entropy, cut_point_information_gain

while trying to run the demo.

Could you please point me to the right package? Thanks!

savourylie commented 6 years ago

Just realized it was in the Discretization folder, oops.