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
281 stars 104 forks source link

Fixture Prediction - Export Prediction not working #49

Closed keith0811 closed 7 months ago

keith0811 commented 8 months 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 7 months 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 7 months ago

It works with the new pandas. Thanks.