/roc_analysis_with_sklearn

Notes about how to perform ROC analysis with scikit-learn.

Primary LanguageJupyter Notebook

Multiclass ROC Analisys

Some notes about how to perform ROC analisys (multiclass case) with SVMs, for this example I used textual opinions as input data. This example can be easely extended to other classifiers, including: RF, LR, SGD and NB.

ROC_1

ROC_2