Adding old-style shelf evaluation.

This commit is contained in:
Daniel
2025-05-26 13:57:50 +02:00
parent dbc92787dd
commit b8c5159588
3 changed files with 34 additions and 1 deletions

View File

@ -575,6 +575,26 @@ Results of the model in various experiments on different datasets. \
"correct_parts": 6623,
"pcp": 0.991764
}
{
"total_parts": {
"1": 2790,
"3": 1610,
"2": 370,
"sum": 4770
},
"correct_parts": {
"1": 2783,
"3": 1574,
"2": 351,
"sum": 4708
},
"pcp": {
"1": 0.997491,
"3": 0.97764,
"2": 0.948649,
"avg": 0.974593
}
}
```
### Campus