Using stacking models! — In our previous article, we explored using direct forecasting (also known as day-to-day models). In this article, we will explore stacking, which is an ensemble machine learning algorithm. The problem statement, feature engineering, training-validation-test split steps remain the same as in previous articles, and will not be repeated here. In…