Projects

Data Science Projects:
Extracurricur Projects:
DangAI
DangAI — Predicting Disease Spread — predict the number of dengue cases each week (in each location) based on environmental variables describing changes in temperature, precipitation, vegetation, and more.
Dengue fever is a mosquito-borne disease that occurs in tropical and sub-tropical parts of the world. In mild cases, symptoms are similar to the flu: fever, rash, and muscle and joint pain.
In severe cases, dengue fever can cause severe bleeding, low blood pressure, and even death. See more about the competition project.
Accurate dengue predictions would help public health workers and people around the world take steps to reduce the impact of these epidemics.
Data Scientist
- Raw data analysis, data processing, feature engineering.
- Process the data while cleaning the data, e.g. split cities
-
Create new features or ensemble the features, e.g. encode weeks into seasons
- Model training with Linear Regression (based line), XGboost, LSTM, etc.
- Model comparison with MLflow.