-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SorrTask992_initial_steps_on_soccer_dataset #994
SorrTask992_initial_steps_on_soccer_dataset #994
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work overall.
We need to have a clear research plan, starting from SOTA, and then use some of the techniques we use for finance prediction, which is different than standard ML.
We'll talk about all this.
@@ -0,0 +1,768 @@ | |||
# --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's move to soccer_prediction (there is a typo in the file name).
Then let's merge this and do small steps starting from SOTA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. I completely missed it. :D
I will do the changes.
@gpsaggese @sonaalKant @samarth9008 @Shaunak01 '
The files here try to establish a baseline system using some feature engineering techniques. #992
P.S: If we need to use pymc module, we have to change the docker image to have this module installed.