Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

Taiwo11/nigeria-house-price-prediction-model-v2

Domaine:

socioeconomic

Type de record:

model
Créateur:
Tai
Hôte:
# Nigeria House Price Prediction (ML + Clustering + Streamlit) > 🚀 This is the advanced rebuild (v2) of my original ML project. > 📌 View the original version (v1) here: Nigerian House Price Prediction – v1 --- ## 📘 Project Overview The Nigerian real estate market is growing rapidly, yet pricing remains inconsistent due to a lack of standardized valuation models. This project aims to build a machine learning–based predictive model that estimates house prices using historical property listing data from across Nigeria. ### 🎯 Goal To develop a data-driven pricing system that can help buyers, sellers, and developers make more informed decisions. --- ## 🚀 Key Features - Predict house prices using Linear Regression and Random Forest - Compare model outputs - Segment properties using K-Means clustering - Deploy interactive prediction interface using Streamlit --- ## Project Structure ``` nigeria-house-price-prediction-model/ │ ├── data/ │ ├── raw/ # Original dataset │ └── processed/ # Cleaned data │ ├── notebooks/ # EDA and experimentation │ ├── 01_eda.ipynb │ ├── 02_model_training.ipynb │ └── 03_clustering.ipynb │ ├── src/ # Core ML pipeline │ ├── preprocess.py │ ├── train.py │ ├── predict.py │ └── clustering.py │ ├── app/ # Streamlit deployment │ └── streamlit_app.py │ ├── models/ # Saved trained models │ ├── linear_regression.pkl │ ├── random_forest.pkl │ ├── scaler.pkl │ └── kmeans.pkl │ ├── requirements.txt ├── README.md └── .gitignore ``` --- ## Models Used ### ✅ Regression (Price Prediction) - **Linear Regression** - **Random Forest Regressor** ### ✅ Unsupervised Learning (Segmentation) - **K-Means Clustering** - Groups properties into similar market segments - Helps interpret pricing patterns beyond prediction --- ## Streamlit App Features - Predict house price from user inputs - Compare predictions from Linear Regression vs Ra …

Visit

github.com

Similaires

Obananob/Nigeria-House-Price-PredictionAyyodeji/Nigeria-House-Price-PredictionZeezahbeautyplanet/Nigeria-House-Price-Prediction-Ainaganiu/House-Price-Prediction-in-NigeriaAgboolaMubarak/House-Price-Prediction-In-NigeriaPresidor/nigeria-house-price-prediction-ml

Obananob/Nigeria-House-Price-Prediction

# Nigerian House Price Predictor ## Project Overview This project applies Machine Learning to pred

Ayyodeji/Nigeria-House-Price-Prediction

House Price Prediction in Nigeria # Nigeria House Price Prediction This repository contains a Jupy

Zeezahbeautyplanet/Nigeria-House-Price-Prediction-

This project focuses on predicting house prices in Nigeria based on key features such as location, n

Ainaganiu/House-Price-Prediction-in-Nigeria

The objective of this hackathon is to create a powerful and accurate predictive model that can estim

AgboolaMubarak/House-Price-Prediction-In-Nigeria

predicting house prices in Nigeria, DSN hackathon 2023 # House-Price-Prediction-In-Nigeria predicti

Presidor/nigeria-house-price-prediction-ml

This project develops a machine learning model that predicts house prices in Nigeria based on proper