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

Deck classification #3

Closed
AlphaKretin opened this issue Dec 6, 2020 · 3 comments
Closed

Deck classification #3

AlphaKretin opened this issue Dec 6, 2020 · 3 comments
Labels
classification Feature relevant to classifying deck categories enhancement New feature or request

Comments

@AlphaKretin
Copy link
Contributor

The module needs to be able to classify a deck in terms of what archetype it is. ygopro-data provides setcodes, but this has many false positives and false negatives. MBT has offered to provide a list of relevant criteria, but I assume that will only be relevant to the current metagame. Depending on future public presence, could collaborate with community on keeping such a list of criteria updated. Some themes will presumably be identified by the presence of various key cards, while others will be defined by a certain density of setcodes - the density will likely depend on the archetype.

@AlphaKretin AlphaKretin added the enhancement New feature or request label Dec 6, 2020
@kevinlul
Copy link
Contributor

kevinlul commented Dec 6, 2020

For posterity, if we are able to pull a dataset from say YGOProDeck, we could try a k nearest neighbours, linear regression, or logistic regression classifier (those are the simplest)

@AlphaKretin
Copy link
Contributor Author

The system to allow classification is largely written at this point, we are now waiting on a list of criteria from the client to bring this feature to MVP status

@AlphaKretin AlphaKretin added the classification Feature relevant to classifying deck categories label Dec 8, 2020
@AlphaKretin
Copy link
Contributor Author

We've received a list of meta relevant decks and implemented checks for them. Checks for more decks will be an ongoing project, but this feature is now at MVP status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
classification Feature relevant to classifying deck categories enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants