feat: first commit

This commit is contained in:
2025-10-08 20:39:09 +08:00
commit 80f0e7f8d7
82 changed files with 12216 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"accuracy": 0.986013986013986,
"classification_report": {
"Non-Cat": {
"precision": 0.0,
"recall": 0.0,
"f1-score": 0.0,
"support": 2.0
},
"Cat": {
"precision": 0.986013986013986,
"recall": 1.0,
"f1-score": 0.9929577464788732,
"support": 141.0
},
"accuracy": 0.986013986013986,
"macro avg": {
"precision": 0.493006993006993,
"recall": 0.5,
"f1-score": 0.4964788732394366,
"support": 143.0
},
"weighted avg": {
"precision": 0.972223580615189,
"recall": 0.986013986013986,
"f1-score": 0.9790702255490987,
"support": 143.0
}
},
"confusion_matrix": [
[
0,
2
],
[
0,
141
]
]
}