-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve the 16-homesale-forecasting.ipynb to give details on how to tune every configuration. #1278
base: staging
Are you sure you want to change the base?
Improve the 16-homesale-forecasting.ipynb to give details on how to tune every configuration. #1278
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hi @americast, please review the updated notebook. Below are several issues I am still facing now:
|
@americast While you are fixing some of these issues, we could also discuss the plan for fixing here. |
Sure @jarulraj. Thanks @xzdandy for the review!
Yes, it can get a little confusing. I will send a separate PR for the frequency -related discussion.
We should add a metric for normalized RMSE or Interval Score. I shall take care of that in #1258
It's not very linear. With larger datasets,
That's weird. Will check that. Anyway, forecasting with just one data point doesn't really make much sense. Perhaps we should also return some suggestion or warning?
This is an interesting problem. Perhaps we can ask for a time step range where the user wants forecast and predict at that step. As of now, I am trying to come up with a confidence interval in forecasting, as well as a metric, that would better help analyze which method works the best. The entire setup could be a part of the feedback system. I'll be adding my commits in #1258. I'll update this doc with the metrics once that's merged. |
Update the notebook with neuralforecast and prediction for every postcode after the math domain error get fixed in #1283