Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 819 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 819 Bytes

Life Expectancy Prediction

Overall

Life expecting prediction for all countries based on individual variables such as demographic variables, income composition and mortality rates, and also Important immunization like Hepatitis B, Polio and Diphtheria.

Technologies

For purpose of implementing multiple linear regression libraries such as pandas and scikit-learn are used.

Details

As first step data from .CSV file is loaded and then after preprocessing operation, including one hot encoding for development status and country, through using scikit-learn data is divided to test and train, then it is after using training the algorithm, by test data, R2 score is calculated and this value is 0.96.

Data Source

Data is gathered from here.