chore: update scores
This commit is contained in:
@@ -408,7 +408,7 @@ class Campaign(BaseModel):
|
|||||||
norm_ml = metrics["ml"] / max_ml if max_ml > 0 else 0
|
norm_ml = metrics["ml"] / max_ml if max_ml > 0 else 0
|
||||||
|
|
||||||
priority = (
|
priority = (
|
||||||
0.8 * norm_profit + 0.15 * norm_ml + 0.05 * metrics["capacity"]
|
0.8 * norm_profit + 0.19 * norm_ml + 0.01 * metrics["capacity"]
|
||||||
)
|
)
|
||||||
|
|
||||||
final_list.append((campaign, priority))
|
final_list.append((campaign, priority))
|
||||||
|
|||||||
Reference in New Issue
Block a user