Skip to content

kaushalpowar/Linear_Regression_House_price_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Linear_Regression_for_House-_Price_Prediction

In this project you will learn how to create Machine Learning Linear Regression Model. You will be analyzing a house price predication dataset for finding out price of house on different parameters. You will do Exploratory Data Analysis(EDA), split the training and testing data, Model Evaluation and Predictions.

Problem Statement

A real state agents want the help to predict the house price for regions in the USA. He gave you the dataset to work on and you decided to use Linear Regressioon Model. Create a model which will help him to estimate of what the house would sell for.

Dataset contains 7 columns and 5000 rows with CSV extension. The data contains the following columns :

  • 'Avg. Area Income': Avg. Income of householder of the city house is located in.
  • 'Avg. Area House Age': Avg. Age of Houses in same city.
  • 'Avg. Area Number of Rooms': Avg. Number of Rooms for Houses in same city.
  • 'Avg. Area Number of Bedrooms': Avg. Number of Bedrooms for Houses in same city.
  • 'Area Population': Population of city.
  • 'Price': Price that the house sold at.
  • 'Address': Address of the houses.

For more info about AI, ML stuff visit - writtenbykaushal.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published