π AQI Predictor
A machine learning model that predicts the Air Quality Index (AQI) using pollutant measurements.
The model was trained using air-quality data and uses four pollutant features:
- PM2.5
- PM10
- Carbon Monoxide (CO)
- Nitrogen Oxides (NO)
The trained model is saved as a Python .pkl file using scikit-learn.
π€ Model
Algorithm: Random Forest Regressor
Task: AQI Regression
Input Features:
| Feature | Description |
|---|---|
| PM2.5 | Fine particulate matter |
| PM10 | Particulate matter |
| CO | Carbon monoxide |
| NO | Nitrogen oxide |
Output:
Predicted AQI value.
π Model Performance
The model achieved approximately:
- RΒ²: 0.89
- RMSE: ~22
Performance was evaluated on the project dataset. Results may vary depending on the data split and preprocessing procedure.
π Prediction Pipeline
Pollutant Measurements
β
PM2.5 | PM10 | CO | NO
β
Trained Random Forest Model
β
Predicted AQI
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support