Skip to content

Predicting the prices of Melbourne's houses using decision-tree and random forest

Notifications You must be signed in to change notification settings

parisasl/HousePricePrediction

Repository files navigation

HousePricePrediction

In this project, I employed the Scikit-learn library to develop a supervised learning-based model that can predict the price of a house given its features including location, square footage of the house, number of bedrooms, etc.

At first, I split the dataset into training and test sets, and fit “random forest regression” and “decision tree regressor” models to the training set.

The performance comparison of the models indicated that the random forest regression algorithm can predict the prices more accurately in terms of mean absolute error.

About

Predicting the prices of Melbourne's houses using decision-tree and random forest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published