CostSensitiveClassification icon indicating copy to clipboard operation
CostSensitiveClassification copied to clipboard

CostSensitiveClassification Library in Python

Results 13 CostSensitiveClassification issues
Sort by recently updated
recently updated
newest added

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`?