In open skill, you can use weights to indicate a players performance to the team winning. weights = [[20], [1], [3], [15]] [[p1], [p2], [p3], [p4]] = model.rate(match, weights=weights) https://openskill.me/en/v6.0.2/manual.html#weights
In open skill, you can use weights to indicate a players performance to the team winning.
weights = [[20], [1], [3], [15]]
[[p1], [p2], [p3], [p4]] = model.rate(match, weights=weights)
https://openskill.me/en/v6.0.2/manual.html#weights