You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Get_Data.py, the program create team stats(for example number of winning) including target day that we want to predict. For example, when we predict a game on 2007/10/31, we need to use team stats before 2007/10/31. However, the code seeems that includes result on 2007/10/31. Is it right? If it is true, it doesn't affect accuracy?
-> Sorry, I misunderstood. Get_Data.py increments the date of stats, so it's not a problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Get_Data.py, the program create team stats(for example number of winning) including target day that we want to predict. For example, when we predict a game on 2007/10/31, we need to use team stats before 2007/10/31. However, the code seeems that includes result on 2007/10/31. Is it right? If it is true, it doesn't affect accuracy?
-> Sorry, I misunderstood. Get_Data.py increments the date of stats, so it's not a problem.
Beta Was this translation helpful? Give feedback.
All reactions