Skip to content

Commit

Permalink
docs: Fix README template and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Mar 8, 2024
1 parent 33fe943 commit 96368dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Bug Fixes

- Decode response and convert data types ([a265162](https://github.com/georgedouzas/sports-betting/commit/a2651620a44993000bcfa1f5d91ae2b0ff219461) by georgedouzas).
- Decode response and convert data types ([55f6c33](https://github.com/georgedouzas/sports-betting/commit/55f6c337b6ce588af2d7b5745a78391845d31a3b) by georgedouzas).

### Docs

- Fix README typo ([ad67830](https://github.com/georgedouzas/sports-betting/commit/ad6783081d6ee2ab646a255aa82bf875db3efc1d) by georgedouzas).
- Fix README typo ([5477a30](https://github.com/georgedouzas/sports-betting/commit/5477a303dc602bafc5a0201f21272899784d00a3) by georgedouzas).

### Chore

- Sort imports ([eebf12f](https://github.com/georgedouzas/sports-betting/commit/eebf12f8911539aba36dc5f16a2763a087bf8fbc) by georgedouzas).
- Silence ruff usage and configuration warnings ([b4a9815](https://github.com/georgedouzas/sports-betting/commit/b4a9815969274c35b48420a3e6647267be2c9617) by georgedouzas).
- Release 0.8.1 ([33fe943](https://github.com/georgedouzas/sports-betting/commit/33fe943d4356c895283def585c4b821c83255074) by georgedouzas).
- Sort imports ([0940efc](https://github.com/georgedouzas/sports-betting/commit/0940efcae77f1bfb31e80675749ce309a38e9504) by georgedouzas).
- Silence ruff usage and configuration warnings ([e85e56f](https://github.com/georgedouzas/sports-betting/commit/e85e56fb11ba338b81c240d703c85bf67e26f3d2) by georgedouzas).
- Predictions 13/10/2023 ([77a3a72](https://github.com/georgedouzas/sports-betting/commit/77a3a723b464cd45418936076d27fb14e2bfc0b1) by georgedouzas).
- Predictions 03/10/2023 ([6af121b](https://github.com/georgedouzas/sports-betting/commit/6af121be9aef9b4c51bfd7866ddfb9b38e6b5576) by georgedouzas).
- Skip session if fixtures data are empty ([00d3eeb](https://github.com/georgedouzas/sports-betting/commit/00d3eeb0eb491f94f1036096d97f7fab6e303b98) by georgedouzas).
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The dictionary `CONFIG` has the following structure:
- The `'data'` key has a nested dictionary as a value with a mandatory key '`dataloader`' and the optional keys `'param_grid'`,
`'drop_na_thres'` and `'drop_na'`. You can refer to the [API](api/datasets) for more details about their values.
- The `'betting'` key has a nested dictionary as a value with a mandatory key '`bettor`' and the optional keys `'tscv'`, and
`'inti_cash'`. You can refer to the [API](api/datasets) for more details about their values.
`'init_cash'`. You can refer to the [API](api/datasets) for more details about their values.

#### Dataloader

Expand All @@ -261,7 +261,7 @@ sportsbet dataloader odds-types -c config.py
Extract training data and save them as CSV files:

```bash
sportsbet dataloader training -c dataloader_config.py -d /path/to/directory
sportsbet dataloader training -c config.py -d /path/to/directory
```

Extract fixtures data and save them as CSV files:
Expand Down

0 comments on commit 96368dd

Please sign in to comment.