Skip to content

Commit

Permalink
Update README.md for new model
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Feb 17, 2023
1 parent 6493aba commit 025db4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

**See below on how to load the model.**

| Model | MAE | RMSE | Error Distribution |
|------------|-------|-------|--------------------------------|
| V1_2022_11 | 0.96% | 1.59% | ![Error](V1_2022_11/error.png) |
| Model | R2 | MAE | RMSE | Error Distribution |
|------------|--------|-------|-------|--------------------------------|
| V2_2023_01 | 77.77% | 1.23% | 1.90% | ![Error](V2_2023_01/error.png) |

**Note: V1 is deprecated due to incompatibility with new model signature.**
## Limitations

The model cannot ...
- predict maps not played by at least 50 players within the top 1k
- predict players not in the top 1k
- predict maps not played by at least 50 players within the top 10k
- predict players not in the top 10k
- predict players who have not played at least 50 unique ranked maps in that year.

The predictive power (i.e. accuracy) is dependent on the number of players associated with each map.
Expand Down

0 comments on commit 025db4c

Please sign in to comment.