CostSensitiveClassification
CostSensitiveClassification copied to clipboard
CostSensitiveClassification Library in Python
1) attempt to save a trained CostSensitiveRandomForestClassifier model using python pickle - pickle.dump(model,open("m1","wb")) ## works without an error - m=pickle.load(open("m1","rb")) ## fails with error "AttributeError: 'module' object has no attribute...
This library is not working anymore. Please update the code to `import joblib` instead of `from sklearn.external import joblibs`
Could `CostSensitiveClassification` be added to `conda-forge`?