feat: first commit
This commit is contained in:
40
models_optimized/detector_validation_results_svm.json
Normal file
40
models_optimized/detector_validation_results_svm.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
0
models_optimized/optimized_cat_detector_svm.pkl
Normal file
0
models_optimized/optimized_cat_detector_svm.pkl
Normal file
Reference in New Issue
Block a user