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

Recommendations for custom settings #9

Open TYRANTHOSAURUS opened 1 year ago

TYRANTHOSAURUS commented 1 year ago

Hi,

Do you have any recommendations for custom settings to achieve better/best results? Like a step program where you do:

  1. NN basic tune (Home)(Accuracy)(standard)
  2. RF basic tune (standard)
  3. Evaluate? or continue with NN(Away)(F1)? etc or custom settings?

Would love some documentation on how to get better results!

Thnx

AlessandroMecchia commented 1 year ago

Hi @TYRANTHOSAURUS, I'm asking myself the same question, I've searched the Internet a little bit but it's hard to find answers. Have you in the meantime found any interesting configurations? thanks