football-tda
football-tda copied to clipboard
The shape of football games.
Bumps [pyarrow](https://github.com/apache/arrow) from 0.15.1 to 14.0.1. Commits ba53748 MINOR: [Release] Update versions for 14.0.1 529f376 MINOR: [Release] Update .deb/.rpm changelogs for 14.0.1 b84bbca MINOR: [Release] Update CHANGELOG.md for 14.0.1 f141709...
after cloning the project, I am running `FootballTDA.py`. I insert team to be analysed, player to be replaced an player to replace, but I get: [ File "FootballTDA.py", line 84,...
In cross_validation.py, CrossValidate.cross_validate() has comparison between strings and pd.Timestamp (lines 140-147) if called as main. One can add df['date'] = pd.to_datetime(df['date']) on line 234. The function extract_features_for_prediction doesn't work when...