Solved – Multiple Time Series Prediction (Python)

pythontime series

I'm currently working on a project that analyzes property values over time. I'm having a conceptual roadblock. The data are formatted as individual house prices for individual units over time, leaving me with thousands of individual time series to forecast. Is there an analysis that would allow me to forecast home prices for individual units over time? Are there any resources readily available in python? Moreover, is there an analysis that would allow me to add external regressors (e.g., local school quality)?

Best Answer

Conceptually you are looking for hierarchical times series forecasting. There is a package readily available for doing that in R. I don't know about any similar Python packages.