lynn-twinkl
commited on
Commit
·
7cf41c8
1
Parent(s):
e411c92
reduced weights for lenght
Browse files- functions/shortlist.py +2 -2
functions/shortlist.py
CHANGED
|
@@ -5,8 +5,8 @@ def shortlist_applications(
|
|
| 5 |
k: int = None,
|
| 6 |
threshold: float = None,
|
| 7 |
weight_necessity: float = 0.5,
|
| 8 |
-
weight_length: float = 0.
|
| 9 |
-
weight_usage: float = 0.
|
| 10 |
) -> pd.DataFrame:
|
| 11 |
"""
|
| 12 |
Automatically shortlist grant applications by combining necessity index,
|
|
|
|
| 5 |
k: int = None,
|
| 6 |
threshold: float = None,
|
| 7 |
weight_necessity: float = 0.5,
|
| 8 |
+
weight_length: float = 0.2,
|
| 9 |
+
weight_usage: float = 0.3
|
| 10 |
) -> pd.DataFrame:
|
| 11 |
"""
|
| 12 |
Automatically shortlist grant applications by combining necessity index,
|