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

File plot_confusion_matrix.py

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

Source from the content-addressed store, hash-verified

1"""
2==============================================================
3Evaluate the performance of a classifier with Confusion Matrix
4==============================================================

Callers

nothing calls this directly

Calls 8

train_test_splitFunction · 0.90
LogisticRegressionClass · 0.90
make_classificationFunction · 0.90
fitMethod · 0.45
from_estimatorMethod · 0.45
predict_probaMethod · 0.45
plotMethod · 0.45

Tested by

no test coverage detected