You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i would like to know if it was possible to take into account a match's score using true skill ?
The idea would be that a match with a score of 3-2 won't lower the score of the loser as much as a `3-0.
Is this something that can be done in trueskill ?
The text was updated successfully, but these errors were encountered:
But there is not (my knowledge any coded implementation available in the FOSS environment that implements it). If you were up for it I could certainly provide you with all the background literature and pointers in the right directions. That presupposes some skill and interest in the area of math especially Bayesian modelling and software implementations (and would presuppose a study of Factor Graphs and other tools that TrueSkill leans on).
Ok, thanks, that's a really interesting answer. Unfortunately, i don't think i have the required competances in math or python to do that kind of stuff.
Tho, would just running the rate_1vs1 3 times in case of a 3-0and only one time in case of 3-2 would be a correct sollution ?
Hey, i would like to know if it was possible to take into account a match's score using true skill ?
The idea would be that a match with a score of
3-2
won't lower the score of the loser as much as a `3-0.Is this something that can be done in trueskill ?
The text was updated successfully, but these errors were encountered: