0
   

Implementation of probability generated by scikit-learn on predicting the result of horse racing

 
 
Reply Fri 30 Sep, 2022 10:33 pm
I have built a simple training model using scikit-learn(a python package) to predict the champion in a horse race with over 15000 horse racing data entries. And turned out the best fit model is decision tree model. After I runned the predict_proba function on the horses of a coming race, it gave out the probabilities. I don't think it would simply be the chance of that particular horse winning the match. Should I do simple scaling like dividing each of the proba by the sum of them or there is a better way to deal with it?
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Question • Score: 0 • Views: 150 • Replies: 0
No top replies

 
 

 
  1. Forums
  2. » Implementation of probability generated by scikit-learn on predicting the result of horse racing
Copyright © 2025 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/27/2025 at 11:31:57