Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
==================================================
3
Multiclass Receiver Operating Characteristic (ROC)
4
==================================================
Callers
nothing calls this directly
Calls
14
load_iris
Function · 0.90
train_test_split
Function · 0.90
LogisticRegression
Class · 0.90
LabelBinarizer
Class · 0.90
roc_auc_score
Function · 0.90
roc_curve
Function · 0.90
auc
Function · 0.90
sum
Function · 0.85
set
Method · 0.80
predict_proba
Method · 0.45
fit
Method · 0.45
transform
Method · 0.45
Tested by
no test coverage detected