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.

yossifibrahem/Egypt-houses-price-prediction

Domaine:

socioeconomic

Type de record:

datasetproject
Créateur:
yos
Hôte:
An exploratory data analysis and machine-learning project for predicting residential property prices in Egypt. The repository contains a scraped dataset of 27,361 listings and a Jupyter notebook that cleans the data, explores the Egyptian housing market, engineers features, and compares regression models. # Egypt House Price Prediction An exploratory data analysis and machine-learning project for predicting residential property prices in Egypt. The repository contains a scraped dataset of **27,361 listings** and a Jupyter notebook that cleans the data, explores the Egyptian housing market, engineers features, and compares regression models. ## Repository contents | File | Description | | --- | --- | | `Egypt_Houses_Price.csv` | Raw housing dataset with 27,361 rows and 12 columns | | `egypt-houses-notebook.ipynb` | Data cleaning, visualization, feature engineering, training, and evaluation workflow | ## Dataset Each row represents a property listing. The target variable is `Price`. | Column | Description | | --- | --- | | `Type` | Property type, such as apartment, duplex, studio, or villa | | `Price` | Listed property price in Egyptian pounds (EGP) | | `Bedrooms` | Number of bedrooms | | `Bathrooms` | Number of bathrooms | | `Area` | Property area in square metres | | `Furnished` | Furnishing status | | `Level` | Floor level | | `Compound` | Compound name, when available | | `Payment_Option` | Accepted payment method | | `Delivery_Date` | Expected delivery date or readiness status | | `Delivery_Term` | Finishing/delivery condition | | `City` | Property location | The raw data uses `Unknown` for some missing values. The notebook replaces or removes these values as part of preprocessing. ## Workflow The notebook covers: 1. Loading and inspecting the raw listings. 2. Handling missing values and duplicate rows. 3. Converting numeric columns to suitable data types. 4. Normalizing property types and floor levels. 5. Removing sparse locations, invalid records, and city-level price outliers. 6. Exploring price patterns by location, area, property type, and furnishing status. 7. One-hot encoding categorical features and splitting the data into training and test sets. 8. Training and evaluating linear regression, decision tree, and random forest models. ## Saved mode …

Visit

github.com

Similaires

abdotamer55/Egypt-Houses-Pricecodeflamer/Nigeria-Houses-Price-Predictionkellyose/nigeria-houses-price-predictionMarwa-13/Egypt-Houses-Price-Analysisbasmalafatooh2005/dubizzle-egypt-price-predictionislamabdaljawad/Egypt-House-Price-Prediction

abdotamer55/Egypt-Houses-Price

An end-to-end Machine Learning project for predicting Egyptian real estate prices using data analysi

codeflamer/Nigeria-Houses-Price-Prediction

# Nigeria Housing Price Prediction Project A comprehensive machine learning application for predict

kellyose/nigeria-houses-price-prediction

# nigeria-houses-price-prediction This project predicts house prices in Nigeria using Linear Regress

Marwa-13/Egypt-Houses-Price-Analysis

A data analysis project exploring the dynamics of house prices in Egypt. Leveraging Excel and Power

basmalafatooh2005/dubizzle-egypt-price-prediction

Web scraping + Linear Regression model to predict apartment prices in Egypt using real Dubizzle list

islamabdaljawad/Egypt-House-Price-Prediction

# 🏡 Egypt House Price Prediction An interactive Streamlit application that forecasts residenti