CognitiveMemoryLayer-models / decay_profile_metrics_eval.json
avinashm's picture
Upload all trained models
e65379c verified
{
"family": "router",
"split": "eval",
"overall": {
"rows": 5000,
"accuracy": 1.0,
"macro_f1": 1.0,
"weighted_f1": 1.0,
"micro_f1": 1.0,
"labels": [
"very_fast",
"fast",
"medium",
"slow",
"very_slow"
],
"confusion_matrix": [
[
1000,
0,
0,
0,
0
],
[
0,
1000,
0,
0,
0
],
[
0,
0,
1000,
0,
0
],
[
0,
0,
0,
1000,
0
],
[
0,
0,
0,
0,
1000
]
],
"calibration_error": 0.0,
"classification_report": {
"decay_profile::fast": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 1000.0
},
"decay_profile::medium": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 1000.0
},
"decay_profile::slow": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 1000.0
},
"decay_profile::very_fast": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 1000.0
},
"decay_profile::very_slow": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 1000.0
},
"accuracy": 1.0,
"macro avg": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 5000.0
},
"weighted avg": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 5000.0
}
},
"ordinal_mae": 0.0,
"off_by_two_rate": 0.0
},
"per_task": {
"decay_profile": {
"rows": 5000,
"accuracy": 1.0,
"macro_f1": 1.0,
"weighted_f1": 1.0,
"micro_f1": 1.0,
"labels": [
"fast",
"medium",
"slow",
"very_fast",
"very_slow"
],
"confusion_matrix": [
[
1000,
0,
0,
0,
0
],
[
0,
1000,
0,
0,
0
],
[
0,
0,
1000,
0,
0
],
[
0,
0,
0,
1000,
0
],
[
0,
0,
0,
0,
1000
]
],
"wrong_task_predictions": 0,
"wrong_task_rate": 0.0
}
}
}