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

Some enhancements around sets of lineups (READ ONLY) #187

Open
BenBrostoff opened this issue Mar 13, 2022 · 0 comments
Open

Some enhancements around sets of lineups (READ ONLY) #187

BenBrostoff opened this issue Mar 13, 2022 · 0 comments
Assignees

Comments

@BenBrostoff
Copy link
Owner

This library really hasn't done much with sets of lineups - there were some attempts in 2018 to do cumulative ownership (mins and maxes). My take after doing that was people have lots of different ideas on expected behavior when it comes to aggregate settings for say 150 lineups in a mini-MAX DK contest.

Rather than try to address all those opinions, I think starting with a basic LineupSet object may make sense and adding some read-only properties like:

  • player_frequency (frequency dictionary)
  • team_frequency

And maybe funcs like:

  • appearance_frequency(**players)

This to an extent is already there with the run_multi work, but I think there could at least be some clean up and docs additions.

@BenBrostoff BenBrostoff self-assigned this Mar 13, 2022
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

1 participant