sports-betting icon indicating copy to clipboard operation
sports-betting copied to clipboard

Collection of sports betting AI tools.

Results 4 sports-betting issues
Sort by recently updated
recently updated
newest added

Hi, I ran the following code: ``` from sportsbet.datasets import SoccerDataLoader from sportsbet.evaluation import ClassifierBettor from sklearn.dummy import DummyClassifier from sklearn.model_selection import cross_val_score, TimeSeriesSplit dataloader = SoccerDataLoader(param_grid={'league': ['Spain']}) X_train, Y_train,...

### Describe the new feature you propose to be implemented Storage for sports betting data. ### Describe your proposed solution - [Prefect](https://www.prefect.io/cloud/) to automate data extraction. - [S3](https://aws.amazon.com/s3/) to store...

feat

### Describe the new feature you propose to be implemented Currently, only soccer data are included. Add more sports like NBA, NFL and NHL. ### Describe your proposed solution Check...

feat

### Describe the new feature you propose to be implemented Create a simple frontend that supports basic functionality: - Extraction of data using dataloader objects. - Backtesting and value bets...

feat