albahnsen / CostSensitiveClassification

CostSensitiveClassification Library in Python
BSD 3-Clause "New" or "Revised" License
206 stars 83 forks source link

cannot work on python3.5 #1

Closed MinLiang1 closed 8 years ago

MinLiang1 commented 8 years ago

I cannot import costcla on python3.5(anaconda). The error is "No module named metrics". from metrics import from dataset import from models import * I install python2.7, then it works.

albahnsen commented 8 years ago

cc @springcoil

springcoil commented 8 years ago

I'll have a look at this and see if I can bash out something soon.