Spaces:
Running
Running
terryyz
commited on
Commit
·
07e11cb
1
Parent(s):
336f5b7
update
Browse files- elo_calculation.py +1 -1
elo_calculation.py
CHANGED
@@ -13,7 +13,7 @@ import yaml
|
|
13 |
import os
|
14 |
|
15 |
# Minimum number of votes required for a model to be included in rankings
|
16 |
-
MIN_VOTES_THRESHOLD =
|
17 |
|
18 |
|
19 |
def load_model_metadata():
|
|
|
13 |
import os
|
14 |
|
15 |
# Minimum number of votes required for a model to be included in rankings
|
16 |
+
MIN_VOTES_THRESHOLD = 10
|
17 |
|
18 |
|
19 |
def load_model_metadata():
|