jasonchanhku / UFC-MMA-Predictor

A web application built on dash to predict winners of a UFC fight
https://ufcmmapredictor.herokuapp.com/
84 stars 30 forks source link

Stats at time of bout? #7

Open IronVillage opened 3 years ago

IronVillage commented 3 years ago

Reading the workflow, I can't see any step to get the fighters stats at time of their specific bout.

If the data being used is simply what the ufc stats page says, and then those stats are being retroactively assigned to all of a fighters past bouts, then you are using data that you should not have access to. You are basically training the model with data that has already been produced by that specific bout, inflating the models accuracy.

If this is true, which I think it is. WARNING: This model's accuracy is not 70%, thought I would say this before people blow money on it.