Skip to content

This is my first Machine Learning project that predicts Life Expectancy.

Notifications You must be signed in to change notification settings

Fraddle9/ML-Life-Expectancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ML-Life-Expectancy

This is my first Machine Learning project that predicts Life Expectancy with Lineer Regression using other values.

The values are:

   'Country', 'Year', 'Life_expectancy', 'Adult Mortality',

   'infant deaths', 'Alcohol', 'percentage_expenditure', 'Hepatitis B',
   
   'Measles ', ' BMI ', 'under-five deaths ', 'Polio', 'Total expenditure',
   
   'Diphtheria ', ' HIV/AIDS', 'GDP', 'Population',
   
   ' thinness  1-19 years', ' thinness 5-9 years',
   
   'Income_composition_of_resources', 'Schooling'

Used pandas to manage datasheet.

Used matplotlib to visualize datas and values.

Used seaborn to see density of every element.

Used sklearn to lineer regression, onehotencoder etc.

Used OneHotEncoder to encode Country Column as Digits.

And More.

About

This is my first Machine Learning project that predicts Life Expectancy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published