Added models, outputs, data and tensorflow runs

This commit is contained in:
2026-04-13 01:47:24 +01:00
parent 1cca27e0b8
commit dc91b522f0
73 changed files with 836 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"mode": "stl",
"dataset": "original",
"task": "bug_report",
"model_path": "outputs/best_model_stl_bug_report_original.pt",
"results": {
"bug_report": {
"macro_f1": 0.7845034000574658,
"macro_precision": 0.7627192982456141,
"macro_recall": 0.8191602728047741,
"confidence": {
"overall": 0.9904617667198181,
"correct": 0.9926525950431824,
"incorrect": 0.9774385094642639
},
"per_class": {
"No": {
"precision": 0.9421052631578948,
"recall": 0.8774509803921569,
"f1-score": 0.9086294416243654,
"support": 612.0
},
"Yes": {
"precision": 0.5833333333333334,
"recall": 0.7608695652173914,
"f1-score": 0.660377358490566,
"support": 138.0
},
"accuracy": 0.856,
"macro avg": {
"precision": 0.7627192982456141,
"recall": 0.8191602728047741,
"f1-score": 0.7845034000574658,
"support": 750.0
},
"weighted avg": {
"precision": 0.8760912280701755,
"recall": 0.856,
"f1-score": 0.8629510583277463,
"support": 750.0
}
}
}
}
}