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

Filter games based on rank difference #56

Merged

Conversation

dexonsmith
Copy link
Contributor

  • Filter games to tally based on handicap rank difference, instead of raw handicap.
  • Add --mismatch-threshold-{black-wins,predictions} to allow threshold to be configured command-line.

Relates to #45.

Following up on 87c3fa8, filter which games
are tallied/ignored based on the handicap rank difference rather than the
raw handicap value.
Add two options to control what gets tallied and what is ignored.

- `--mismatched-threshold-black-wins` can increase the threshold for which
  games are counted in the "black wins" table.
- `--mismatched-threshold-predicitons` can increase the threshold for which
  games are counted in the other tables.

Both default to 1.0, which was the hardcoded value for ignoring games before.
@anoek anoek merged commit baa4911 into online-go:master Jan 13, 2024
@dexonsmith dexonsmith deleted the filter-games-based-on-rank-difference branch January 13, 2024 16:53
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

Successfully merging this pull request may close these issues.

2 participants