Skip to content

Predicting house prices in California using machine learning techniques.

Notifications You must be signed in to change notification settings

sai-ranganadh/House-price-prediction

Repository files navigation

California House Price Prediction

Overview

This project implements a web application and uses a machine learning model to predict house prices in California based on various features.

Dataset

The dataset used for training and testing is sourced from the California housing data, containing information such as housing median age, total rooms, total bedrooms, population, etc.

  • You can find the dataset here

Features

  • Data Exploration: Explore and visualize the California housing dataset to gain insights into the data distribution and relationships between features.

  • Data Preprocessing: Handle missing values, scale features, and preprocess the data for training machine learning models.

  • Machine Learning Model: Train a regression model to predict house prices using popular algorithms such as Linear Regression, Decision Trees, and Random Forests.

  • Evaluation: Evaluate the model's performance using appropriate metrics, and fine-tune the model for better predictions.

Deployment

The model was saved using .pkl file and web application was created using Flask to interact with model by providing the features to get the estimated price of the house.

About

Predicting house prices in California using machine learning techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages