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
Describe the issue
Currently our model predicts points using linear regression, due to lack of features, if you can produce better results than the current model with another time series model, it will be great
Solution
change the current linear regression model to your model, and set up a pull request
Test
run check.py and see if your score beats our losses
Describe the issue
Currently our model predicts points using linear regression, due to lack of features, if you can produce better results than the current model with another time series model, it will be great
Solution
change the current linear regression model to your model, and set up a pull request
Test
run check.py and see if your score beats our losses
Comment if you would like to work on it