NikhilKumarMutyala / House-Sales-Prediction-using-Regression-sklearn-Simple-Multiple-Poly-

Different types of Linear Regression using sklearn performed on KC House Data

Home Page:https://towardsdatascience.com/regression-using-sklearn-on-kc-housing-dataset-1ac80ca3d6d4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

House-Sales-Prediction-using-Regression-sklearn

The objective is to create a linear regression model(Simple, Multiple and Polynomial) for a given data set House Sales in King County, USA using sklearn library and identify which regression model fits better for the data set. Linear Regression Analysis consists of more than just fitting a linear line through a cloud of data points. It consists of 3 stages – (1) analyzing the correlation and directionality of the data, (2) estimating the model, i.e., fitting the line, and (3) evaluating the validity and usefulness of the model.

Here is the kaggle link for this project: https://www.kaggle.com/nikhilkumarmutyala/sales-regression-sklearn-simple-multiple-poly

I wrote a blog in 'Towards Data Science' about this project. You can read it here.