From Time Series Confusion to Forecasting London’s NO₂: What My First Real Forecasting Project...

· Source: Data Science on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Environmental Science & Earth Systems · Depth: Intermediate, quick

Summary

This article chronicles a practitioner's initial real-world time series forecasting project, centered on predicting nitrogen dioxide (NO₂) levels in London. The author details the practical challenges encountered, beginning with the crucial task of cleaning imperfect air-quality data. The project involved navigating difficulties with established forecasting methodologies, specifically mentioning struggles with both ARIMA and Prophet models. A significant learning point highlighted is the discovery and application of time-based cross-validation, a technique crucial for robust evaluation in time series contexts. The narrative also encompasses the process of comparing different forecasting approaches to achieve reliable predictions for environmental data.

Key takeaway

For data scientists or AI students embarking on their first real-world time series forecasting project, recognize that initial data quality will likely be imperfect, demanding significant cleaning effort. Do not be discouraged if common models like ARIMA or Prophet present challenges; instead, prioritize discovering and implementing appropriate validation strategies such as time-based cross-validation. This approach will ensure your model comparisons are robust and your predictions for complex data, like environmental metrics, are reliable.

Key insights

Real-world time series forecasting demands robust data cleaning and appropriate validation beyond standard models.

Principles

Method

Clean imperfect data, experiment with models like ARIMA and Prophet, then apply time-based cross-validation for robust comparison.

In practice

Topics

Best for: Data Scientist, AI Student

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Data Science on Medium.