GithubHelp home page GithubHelp logo

hdb-ml's Introduction

Using Machine Learning to predict housing prices (2021)

This was a project that I have done in my first year of university in 2021, and it served as my first interaction with coding and machine learning.

Special Thanks to:

  1. My professors, Prof Denis and Prof Yuting, for guiding us closely and teaching us the fundementals of coding and machine learning.
  2. The student creating the dataset, as this data was taken from the student for our usage.

Explanation of Key Directories and Files

  • Data: Contains the raw data files as well as the cleaned data used for analysis.
  • Main Report: Includes the final report detailing the analysis, findings, and conclusions.
  • Plots: Stores all the visualisations and plots created during the analysis.
  • HDB_Resale.R: The main R script that performs data cleaning, analysis, and visualisation.

Installation and Setup

To replicate the analysis, follow these steps:

  1. Clone the repository:

    git clone https://github.com/zhyoung17/hdb-ml.git
  2. Navigate to the project directory:

    cd hdb-ml
  3. Install the required R packages. You can use the following command in R to install necessary packages:

    install.packages(c("dplyr", "ggplot2", "readr", "lubridate"))
  4. Open the HDB_Resale.R script in RStudio or your preferred R environment and run the script to perform the analysis.

Usage

The analysis includes the following steps:

  1. Data Cleaning: Process and clean the raw data to make it suitable for analysis.
  2. Exploratory Data Analysis (EDA): Generate summary statistics and visualisations to understand the distribution and relationships between variables.
  3. Modeling: Develop statistical models to predict HDB resale prices based on the features.
  4. Visualisation: Create plots to visualise the results and insights from the analysis.

Results

The main findings and insights from the analysis are documented in the Main Report directory. The report includes detailed explanations, visualisations, and conclusions drawn from the data.

Future Developments

I intend to bring this project over to a static page on GitHub Pages within the next few months.

hdb-ml's People

Contributors

zhyoung17 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.