MCPcopy Index your code
hub / github.com/scikit-learn/scikit-learn / plot_roc.py

File plot_roc.py

examples/model_selection/plot_roc.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2==================================================
3Multiclass Receiver Operating Characteristic (ROC)
4==================================================

Callers

nothing calls this directly

Calls 14

load_irisFunction · 0.90
train_test_splitFunction · 0.90
LogisticRegressionClass · 0.90
LabelBinarizerClass · 0.90
roc_auc_scoreFunction · 0.90
roc_curveFunction · 0.90
aucFunction · 0.90
sumFunction · 0.85
setMethod · 0.80
predict_probaMethod · 0.45
fitMethod · 0.45
transformMethod · 0.45

Tested by

no test coverage detected