Project 1: Life Expectancy Predictor
- Created a web app that predicts life expectancy of people based on lifestyle and demographic factors using multiple linear regression.
- Performed feature selection and discarded the factors that showed low significant impact towards life expectancy prediction (p<0.05).
- Found that the number of years of schooling was the most correlated feature with life expectancy.
- Build the web app using R and its Shiny package.