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.
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.