Skip to content

elliedel/PH_Housing_DataInsights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PH Housing Price Prediction

This project analyzes housing prices in the Philippines, focusing on the relationship between price and other features, while going through phases of data cleaning, data analysis, and model creation. The project aims to build a simple regression model to predict housing prices based on floor area and other available features.

Project Structure

The project is divided into three main notebooks, each focusing on a specific part of the data science process:

  1. Data Cleaning: Preparing and processing the dataset for analysis.
  2. Data Analysis: Exploring the dataset to understand trends and insights.
  3. Model Creation: Building and evaluating a regression model to predict housing prices.

Dataset

The dataset used for analysis and training the model consists of housing listings from the Philippines in CSV format. The CSV files are organized into two directories:

  • datasets/: This directory contains all dataset files.
    • raw/: Contains the original CSV files:
      • Housing Price Imputed.csv: Original data with imputed values for missing entries.
      • Housing Price Philippines Lamudi.csv: Raw housing price listings from Lamudi.
    • processed/: Contains the cleaned dataset:
      • cleaned_housing_prices.csv: The CSV file exported after data cleaning, ready for analysis and modeling.

You can access the dataset on Kaggle here: https://www.kaggle.com/datasets/linkanjarad/housing-prices-dataset-philippines

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published