Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

chris-hedemann/ml-project-air-pollution

Domain:

environment and energy

Record type:

project
Creator:
chr
Host:
Machine Learning Project on Air Pollution in African Cities # ML project This is a notebook on our ML project for predicting air pollution in African cities. We are still cleaning things up, please come back in a week or so :-) 27.4.2023 Topic: Prediction PM10 concentrations based on weather conditions in African cities. Team: Christopher Hedemann, Stephen Kelly, Sarah Wiesner Bootcamp: neuefische Data Science 01/2023 ## Contents This repository contains the Jupyter notebook ML project as its main item. In this notebook, all the data work, including cleaning, analysis, modelling and visualization is collected. Furthermore, you can find the presentation given within the neuefische DS bootcamp. ## Requirements and Setup - pyenv - python==3.9.8 This repo contains a requirements.txt file with a list of all the packages and dependencies you will need. For installing the virtual environment you can either use the Makefile and run `make setup` or install it manually with the following commands: ```Bash pyenv local 3.9.8 python -m venv .venv source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt ``` ## Usage In order to train the model and store test data in the data folder and the model in models run: ```bash #activate env source .venv/bin/activate python data/train.py ``` In order to test that predict works on a test set you created run: ```bash python data/predict.py models/linear_regression_model.sav data/X_test.csv data/y_test.csv ``` ## Limitations Development libraries are part of the production environment, normally these would be separate as the production code should be as slim as possible.

Visit

github.com

Licenses

MIT

Similar

geodesmond1990-design/Air-Pollution-ML-Pipeline-Port-Harcourtcodehass/air-pollutionUrban Air Pollution ChallengeAir pollution in Bamako: Modeling, Pollution-Population IndexThe hidden economic burden of air pollution-related morbidity: evidence from the Aphekom projectjohannesgooth/ds-air-pollution-prediction

geodesmond1990-design/Air-Pollution-ML-Pipeline-Port-Harcourt

Air pollution constitutes a critical public health challenge in rapidly urbanising sub-Saharan Afric

codehass/air-pollution

The Air Pollution App provides users with information about the air quality in various African count

Urban Air Pollution Challenge

Can you predict air quality in cities around the world using satellite data?
The objective of this challenge is to predict PM2.5 particulate matter concentration in the air every day for each city. PM2.5 refers to atmospheric particulate matter that have a

Air pollution in Bamako: Modeling, Pollution-Population Index

This study on air pollution in Bamako carried out in 2019, aims to characterize the different source

The hidden economic burden of air pollution-related morbidity: evidence from the Aphekom project

ACL-2 International audience Abstract Public decision-makers commonly use health impa

johannesgooth/ds-air-pollution-prediction

A data science project for predicting daily PM2.5 levels across Africa using satellite and weather d