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

File plot_roc_crossval.py

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

Source from the content-addressed store, hash-verified

1"""
2=============================================================
3Receiver Operating Characteristic (ROC) with cross validation
4=============================================================

Callers

nothing calls this directly

Calls 9

load_irisFunction · 0.90
StratifiedKFoldClass · 0.90
LogisticRegressionClass · 0.90
cross_validateFunction · 0.90
aucFunction · 0.90
setMethod · 0.80
fitMethod · 0.45
from_cv_resultsMethod · 0.45
plotMethod · 0.45

Tested by

no test coverage detected