Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

fluxtheory/COMP9321_Ass3_PropertyPricePrediction

 
 

Repository files navigation

Melbourne Property Price Prediction

Introduction

In this assignment, we are going to try to build and merge some different ML models to predict the price of property in melb according to their features. Besides, UI is another part of this project for the service to users. Hence, user are able to get price prediction after loading the information of property.

Tasks

  • Dataset Collection: Xavier Yan
  • Machine Learning: Pengcheng Xie, ChengQiang Qin, Hanming Yin,
  • UI & Authorization: Xavier Yan, Zeyu Zhang
  • Git Repo Control: Hanming Yin

Frame

  • RawData
  • DataCleaning
  • FeatureEngineering
  • ModelsTrainning
  • ModelsBagging
  • Web
  • Auth
  • Demo
  • GuidesOfGit.md
  • README.md

RawData

Dataset from Melbourne House Market in kaggle.

DataCleaning

  • Drop Invalid Data
  • Fill Missing Data By Median or Average

FeatureEngineering

Data processing and feature augmentation

ModelsTrainning

Building multiple models

ModelsBagging

Merging models

Web

Human-computer interface

Communication Chanel

  • mobile app Wechat in English
  • comments on github

Repo

COMP9321 Ass3

Manual

cd 8.Demo
python3 myProperty.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.5%
  • Python 7.4%
  • HTML 3.6%
  • JavaScript 1.3%
  • CSS 0.2%