Skip to content

Build machine learning model to predict whether a house will sell or not based on a set of features. The results will be presented in the form of interactive widgets in jupyter notebook for technical audience that can be used to make informed decision about selling their properties.

Notifications You must be signed in to change notification settings

ejpallippurath/apartment-sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Predicting House Sales Using Machine Learning

Overview

In this project, we aim to build a machine learning model to predict whether a house will sell or not based on a set of features. This is a binary classification problem where the target variable is a binary variable indicating whether the house sold or not. We will analyze and visualize the data to gain insights into the features that influence house sales.

Data

The dataset used in this project contains information about various houses including the number of rooms, hospital beds, hotel rooms, parks, rainfall, the location of the house, and other important features. The dataset also includes a binary variable indicating whether the house sold or not.

Approach

We will use a supervised learning approach to train a binary classification model using various machine learning algorithms such as logistic regression, decision trees, and random forests. We will evaluate the performance of each model using metrics such as accuracy, score. The best-performing model will be selected and used for prediction.

Results

The trained machine learning model will be used to predict whether a house will sell or not based on the given set of features. The results will be presented in the form of a interactive widgets in jupyter notebook that can be used by technical audience. The end output will help real estate agents and homeowners to make informed decisions about selling their properties.

output

About

Build machine learning model to predict whether a house will sell or not based on a set of features. The results will be presented in the form of interactive widgets in jupyter notebook for technical audience that can be used to make informed decision about selling their properties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published