Air Quality Predictor
- 2 Devlogs
- 1 Total hours
I am attempting to build an air quality prediction model using data from purpleAir sensors and linear regression.
I am attempting to build an air quality prediction model using data from purpleAir sensors and linear regression.
Created a model using linear regression from the sklearn.linear_model. Right now, the pm2.5 values are being fetched everytime the project runs. I am working on a pipeline file that will fetch the data every hour, but that is not done yet.
Worked on updating the sensors (2/5 changed IDs) and calculating the corrected PM2.5 levels given the fetched data.