sublee / trueskill

An implementation of the TrueSkill rating system for Python
https://trueskill.org/
Other
742 stars 112 forks source link

Draw probability usage #38

Closed Samcfuchs closed 5 years ago

Samcfuchs commented 5 years ago

I've noticed that draw probability given in the environment doesn't seem to effect the output of quality, even though the documentation states that quality should give the draw probability. Does the given draw probability have any effect on the results of the model, and in what way? Is there a way to get a more accurate number? The output of quality seems greatly inflated.

sublee commented 5 years ago

I think you should ask Microsoft Research who invented the algorithm. If I implemented it wrong, please report here.