Skip to content

Prediction of Real Estate price using multiple features : Advanced Python

License

Notifications You must be signed in to change notification settings

suyashphatak23/Real-Estate-Price-Predictor

Repository files navigation

Python

Sklearn

Numpy

Matplotlib

Pandas

Real Estate Price Predictor using Linear Regression

Hi. My name is Suyash Shivaji Phatak and this is my project which I have done during the udemy course of Machine Learning named Machine Learning A to Z. The tools and libraries really helped me to complete this project succesfully. I have collected data from kaggle for my project. From this project, I have used different models for prediction of the house price. The names of the models that I used are Multiple Linear Regression Model, Polynomial Linear Regression Model, Decision Tree Regression Model, Random Forest Regression Model, Support Vector Regression Model. According the 'R squared score', Support Vector Model has greatest value among other models. Hence, we will be predicting using the suppor vector model.

Build Status Coverage Status

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/Real-Estate-Price-Predictor

Setup

  1. Clone the repository or open the jupyter notebook using Google Colab or Anaconda IDE or Local Jupyter Notebook.
  2. Make sure the dataset set should be in the same location where the notebook is.
  3. Then run the code blocks sequentially, you will get the output.

Note: While running the notebook locally, you should have all the python libraries such as scikit-learn, pandas, matplotlib and numpy.

License

License: GPL v3

GNU license

Releases

No releases published

Packages

No packages published