An open API service indexing awesome lists of open source software.

https://github.com/abrahamkoloboe27/housing-price-prediction-with-pycaret


https://github.com/abrahamkoloboe27/housing-price-prediction-with-pycaret

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Housing-Price-Prediction-with-Pycaret

## Author
Abraham KOLOBOE
* Email :
* Linkedin : [Abraham KOLOBOE](https://www.linkedin.com/in/abraham-koloboe-630683263)

This project aims to predict house prices using the "House Price Prediction" dataset. The PyCaret framework was employed to streamline the creation, training, and evaluation of prediction models.

## Project Description
The primary objective of this project is to develop a model capable of accurately predicting house prices based on various features. The "House Price Prediction" dataset contains information about different characteristics of houses along with their corresponding prices. This project explores how to leverage PyCaret to automate the modeling and evaluation process.

## Prerequisites
Make sure you have Python 3.x installed along with the following libraries:

* PyCaret
* Pandas
* Numpy
* Matplotlib
* Seaborn

Install the dependencies by running:

* pip install pycaret pandas numpy matplotlib seaborn

## About PyCaret
PyCaret is an open-source machine learning library that greatly simplifies the process of model creation, selection, training, and evaluation. It provides a user-friendly interface for performing complex tasks such as data preparation, feature selection, model comparison, and hyperparameter optimization.