Source - https://www.kaggle.com/c/m5-forecasting-accuracy.
This is an example of how one might use Hamilton using the M5 Forecasting Kaggle challenge as an example. The code here is based on Ratan Rohith's notebook that can be found here. The notebook is a beginner level notebook that does some feature engineering, and uses LightGBM to fit a model over folds that then predicts the future. The notebook is a good starting point for anyone want to know the basics of an approach to time series forecasting.
pip install -r requirements.txt.run.py. python run.py.Here's what this code executes: