E.LACIĆ

Publications/it - Information Technology 2018 · journal

Gone in 30 days! Predictions for car import planning

Lacić, E., Traub, M., Duricic, T., Haslauer, E., Lex, E.

Published in
it - Information Technology
Year
2018
Type
journal

PDF

In plain language

Gone in 30 Days! Predictions for Car Import Planning

Everyone’s eager to apply deep learning to forecasting, but when it comes to predicting car registrations for import planning in Austria, the lessons are more nuanced. This study pitted a state-of-the-art LSTM-RNN, a classic ARIMA-family (SARIMA) model, and a linear baseline head-to-head using monthly car registration data from 33 brands. The goal was to forecast next month’s and the next year’s registration demand, informing practical decisions on inventory and distribution for dealerships and importers.

Key findings:

  • SARIMA consistently outperformed both the LSTM-RNN and the linear baseline across all error metrics (MAE, RMSE, MAPE, MASE) and both prediction horizons (monthly and annual).
  • While LSTM-RNNs are powerful for long time series, the relatively short data sequences per brand (45-81 months) limited their advantage. SARIMA’s strength in handling explicit seasonality and trend, especially with structured car registration cycles, made it the better fit.
  • The complexity of deep models didn’t translate to better accuracy—if anything, overfitting was a greater risk with LSTM given limited per-brand data.

A few nuances: SARIMA sometimes defaulted to the mean when it couldn’t find strong seasonality for niche brands, but these cases were exceptions. For market-leading brands with large volumes, percentage errors (MAPE) are the real target, while for niche brands, absolute errors (MAE) matter more in decision-making.

Bottom line: For car import planning scenarios with brand-level, seasonal time series, the classic approach is still king. If you’re itching to roll out deep learning, make sure the data volume and structure justify the complexity—or you’ll just be outperformed by a well-tuned SARIMA. This result fits with an emerging but under-appreciated trend: not every real-world forecasting setting is ready for deep nets, especially when the data just isn’t there.

Citation

APA

Lacić, E., Traub, M., Duricic, T., Haslauer, E., & Lex, E. (2018). Gone in 30 days! Predictions for car import planning. it - Information Technology, 60(4), 219-228.

BibTeX

@article{lacic2018gone,
  title = {Gone in 30 days! Predictions for car import planning},
  author = {Laci\'{c}, E. and Traub, M. and Duricic, T. and Haslauer, E. and Lex, E.},
  year = {2018},
  journal = {it - Information Technology},
  volume = {60(4)},
  pages = {219-228},
}

← All publications