文件名称:confusion_matrix:包含带有函数的 cf_matrix.py 文件,用于对混淆矩阵进行漂亮的可视化
文件大小:171KB
文件格式:ZIP
更新时间:2024-06-18 16:55:27
JupyterNotebook
cf_matrix.py 该文件包含一个名为 make_confusion_matrix 的函数,该函数可用于创建作为二维 numpy 数组传入的混淆矩阵的有用可视化。 文档字符串 This function will make a pretty plot of an sklearn Confusion Matrix cm using a Seaborn heatmap visualization. Arguments --------- cf: confusion matrix to be passed in group_names: List of strings that represent the labels row by row to be shown in each square. categories: List of strings c
【文件预览】:
confusion_matrix-master
----cf_matrix.py(4KB)
----__pycache__()
--------cf_matrix.cpython-36.pyc(3KB)
----index.ipynb(114KB)
----.ipynb_checkpoints()
--------index-checkpoint.ipynb(114KB)
----README.md(1KB)