My small experiments and trials ;) Here i'm uploading my python projects on Machine Learning and Data Analytics. I'm a learner who just trying to build up my career as a data scientist. The codes and projetcs are upto my knowledge level and any corrections,advices are acceptable.
Multi linear regression (python)
Here i have fitted a multiple linear regression model for the WHO life expectancy data set .The model is particularly fitted for finding out the life expectancy of people in the developing countries.This has done with the help of pandas, sklearn, matplotlib, and seaborn packages in python.An detailed EDA (Exploratory Data Analysis) followed by model fitting and model evaluation(with the help of diagnostic plots ) has done in detail.