Skip to content

Rajesh-Sanikommu/Real_Estate_Price_Prediction_using_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Real-Estate-Price-Prediction-using-Python

Real Estate Price Prediction is the process of estimating or forecasting the future prices of real estate properties, such as houses, apartments, or commercial buildings. The goal is to provide accurate property rates to buyers, sellers, investors, and real estate professionals to make informed decisions about real estate transactions.

The dataset which I used contains 414 entries with detailed information on real estate transactions. It encompasses several features that are typically influential in real estate pricing:

Transaction date: Date of the property transaction.

House age: Age of the property in years.

Distance to the nearest MRT station: Proximity to the nearest Mass Rapid Transit station in meters, is a key factor considering convenience and accessibility.

Number of convenience stores: Count of convenience stores in the vicinity, indicating the property’s accessibility to basic amenities.

Latitude and Longitude: Geographical coordinates of the property, reflecting its location.

House price of unit area: The target variable, represents the house price per unit area.

Steps followed to complete the project:

  1. Gathered relevant data, Cleaned and prepared the collected data by handling missing values, removing outliers.
  2. Created new features and transformed existing ones to capture important information that can influence real estate prices.
  3. Explore and visualize the data to gain insights into its distribution, correlations, and patterns.
  4. Chose appropriate machine learning algorithm or predictive model for the task.
  5. Trained the selected model on the training data, optimizing its parameters to make accurate predictions.