mlforecast icon indicating copy to clipboard operation
mlforecast copied to clipboard

Incremental fcst nb

Open Satyajit-Chaudhuri opened this issue 3 months ago • 6 comments

Thank you for reviewing this contribution!

Description

Summary

This PR adds the starting part of the tutorial notebook: incremental_forecasting.ipynb which explains how to generate incremental forecasts using MLForecast and demonstrates the update() workflow with examples.

Changes

  • Added notebook: nbs/docs/tutorials/incremental_forecasting.ipynb

Why

This helps users adopt incremental forecast workflows and reduces the need to retrain models when new actuals arrive.

/cc @nasaul

Happy to refine further based on feedback.

Satyajit-Chaudhuri avatar Nov 19 '25 17:11 Satyajit-Chaudhuri

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Hi @nasaul ,

Thank you for the guidance on the earlier PR. I’ve now cleaned up my fork, synced it with Nixtla’s main, and opened this fresh draft PR from a new branch as suggested. This version includes only the tutorial notebook so it should be much easier to review.

I appreciate your help and am happy to refine or adjust anything based on your feedback.

Thanks again for your time and support!

Satyajit-Chaudhuri avatar Nov 19 '25 17:11 Satyajit-Chaudhuri

Great job Satyajit! I left you some comments. Feel free to leave a discussion if you think that my comments aren't clear enough or doesn't go well with your tutorial.

nasaul avatar Nov 24 '25 20:11 nasaul

Thank you, Saul, for the valuable feedback. I have restructured the notebook, and I would be grateful if you could share your thoughts on it whenever you have time. Kind regards.

Satyajit-Chaudhuri avatar Nov 27 '25 11:11 Satyajit-Chaudhuri

Thank you for your great job @Satyajit-Chaudhuri! The tutorial is finished. The last steps to be merged into main are the following:

  • [ ] Update the branch with the latest changes from main
  • [ ] Update the docs.json with the new tutorial name under the tutorials keyword.
  • [ ] Update Colab link in order to direct into the main branch (it won't work until merged)
  • [ ] Run the make all_docs and make preview_docs in order to check that the article is being rendered as intendend.

nasaul avatar Dec 15 '25 21:12 nasaul

Hi @nasaul, Thanks for the kind words. I have completed the steps as mentioned in the last comment. Please let me know if anything else is required from my end. Thanks!

Satyajit-Chaudhuri avatar Dec 18 '25 09:12 Satyajit-Chaudhuri

CodSpeed Performance Report

Merging #526 will not alter performance

Comparing Satyajit-Chaudhuri:incremental_fcst_nb (8f4ddce) with main (b6bb2e4)

Summary

✅ 12 untouched

codspeed-hq[bot] avatar Dec 22 '25 16:12 codspeed-hq[bot]

Hey @nasaul, Thank you for the thorough review and quick merge. I really appreciate the clear feedback and the smooth, well-run review process. Glad to contribute, and looking forward to collaborating again.

Satyajit-Chaudhuri avatar Dec 23 '25 05:12 Satyajit-Chaudhuri