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

Tournament Interface #75

Open
vivekjoshy opened this issue Dec 6, 2022 · 1 comment
Open

Tournament Interface #75

vivekjoshy opened this issue Dec 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vivekjoshy
Copy link
Owner

vivekjoshy commented Dec 6, 2022

Is your feature request related to a problem? Please describe.
Creating models of tournaments is hard since you have to parse the data using another library (depending on the format) and then pass everything into rate and predict manually. It's a lot of effort to predict the entire outcome of say, "2022 FIFA World Cup" easily.

Describe the solution you'd like
it would be nice if there was a tournament class of some kind that allowed us to pass in rounds which themselves contained matches. Then using an exhaustive approach predict winners and move them along each bracket/round. Especially now that #74 has landed it would be easier to predict whole matches and in turn tournaments.

The classes should be customizable to allow our own logic. For instance, allow using the munkres algorithm and other such methods.

Describe alternatives you've considered
I don't know any other libraries that do this already.

@vivekjoshy vivekjoshy added enhancement New feature or request help wanted Extra attention is needed labels Dec 6, 2022
@vivekjoshy vivekjoshy self-assigned this Dec 6, 2022
@vivekjoshy
Copy link
Owner Author

New dependency solutions are now off the table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant