kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
338 stars 121 forks source link

Fixture Prediction - Export Prediction not working #49

Closed keith0811 closed 1 year ago

keith0811 commented 1 year ago

I can import the fixtures and see the predictions listing. However, when i click on the "Export Predictions" button, the csv file when i open is blank with 0 bytes.

KnightRider37 commented 1 year ago

Open command line again (cmd) and type: pip install pandas==1.4.3 This should install previous version of pandas library and should be fine.

keith0811 commented 1 year ago

It works with the new pandas. Thanks.