Skip to content Skip to sidebar Skip to footer
Showing posts with the label Forecasting

Armax Model Forecasting Leads To "valueerror: Matrices Are Not Aligned" When Passing Exog Values

I'm struggling with forecasting out of sample values with an ARMAX model. Fitting the model wor… Read more Armax Model Forecasting Leads To "valueerror: Matrices Are Not Aligned" When Passing Exog Values

How To Extract Data From Previous 2 Years Based On Particular Date In Python?

I have a csv file consisting of last 3 years of timeseries monthly data. Based on today's date,… Read more How To Extract Data From Previous 2 Years Based On Particular Date In Python?