Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 753 Bytes

Life-Expectancy-Prediction

This project analyzes various factors that affect life expectancy in countries all over the world with data provided by the World Health Organization.

The image below shows the glimpse of the Exploratory Data Analysis performed in this project. This image is a boxplot of the life expectancy of countries against their development status.

Concepts used in the project:

  • Data Cleaning
  • Exploratory Data Analysis
  • Data Visualization
  • Variable selection Algorithms namely:
    • Lasso Regression
    • Ridge Regression
    • Forward Selection
    • Backward selection

Happy Coding!!