georgedouzas / sports-betting

Collection of sports betting AI tools.
https://georgedouzas.github.io/sports-betting
MIT License
367 stars 67 forks source link

Add rule-based bettor #21

Closed georgedouzas closed 1 year ago

georgedouzas commented 1 year ago

Describe the new feature you propose to be implemented

The only available bettor at the moment is classifier-based. It would be useful to have also rule-based bettors.

Describe your proposed solution

Extend the base class to implement the bettor described in https://arxiv.org/pdf/1710.02824.pdf. It should support the modification of the rule based on appropriate parameters.

Describe alternatives you have considered, if relevant

No response

Additional context

No response