Skip to content

SYCqi/air-quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIS 662 Group Project — AQI Prediction

Overview

This project predicts the Air Quality Index (AQI) for five U.S. cities — New York, Los Angeles, Chicago, Houston, and Denver — over a four-day window (April 22–25, 2026). AQI measures how clean or polluted the air is on a scale of 0–500, with a focus on PM2.5 (particulate matter ≤ 2.5 micrometers).

Data

  • Primary source: EPA Air Quality System (AQS) — historical PM2.5 and AQI data from outdoor monitors.
  • Supplemental data: Weather variables (temperature, humidity, wind, etc.) and any other publicly available data that may influence air quality.

Methodology

Models must not use neural networks or deep learning. Acceptable approaches include:

  • Regression / classification (e.g., XGBoost, random forests)
  • Time series analysis (e.g., ARIMA, SARIMA)
  • Other statistical methods covered in class

Ground Truth

Actual AQI values are sourced from AirNow for the prediction dates across all five cities. The winning team is determined by the smallest mean absolute error (MAE).

Deliverables

Deadline Deliverable
March 24, 2026 Team formation email
March 31, 2026 Project status update (one paragraph)
April 7, 2026 Initial predictions CSV (April 8–11, ungraded)
April 21, 2026 Final predictions CSV (April 22–25)
April 30, 2026 Final CSV (with actuals), project report (PDF), code with output (PDF)

Project Structure

├── project_sp26.pdf   # Full project description
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors