Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to derive a single score of a given team? #28

Open
Nelluk opened this issue Aug 24, 2018 · 2 comments
Open

Is there a way to derive a single score of a given team? #28

Nelluk opened this issue Aug 24, 2018 · 2 comments

Comments

@Nelluk
Copy link

Nelluk commented Aug 24, 2018

I'd like to calculate a leaderboard of teams. Is there a function to derive a single TrueSkill number for an entire team?

@rmarquis
Copy link

According to TS paper:

The performance of a team is the weighted sum of the performances of its players, where
the weight is the fraction of time the player spent on the team.

@sublee
Copy link
Owner

sublee commented Aug 28, 2018

The weighted sum layer is implemented in TrueSkill, but there's no public API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants