Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.92k stars 109 forks source link

Add more plot types #206

Closed anas-awadalla closed 4 years ago

anas-awadalla commented 4 years ago

It is common in classification problems to output a confusion matrix or histogram showing predicted class distribution and in binary classification a ROC curve for false positives/negatives. I think it will be helpful to allow users to generate these types of curves. This applies to both normal queries as well as some NLP queries (Text classification)