Skip to content

Jiaying-Wu/Melbourne-House-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melbourne House Price Prediction

This repo is the summary for the work of Melbourne house price prediction.

Report

Under report folder, contain source code for reporting.

  • report/README.Rmd: R markdown to provide data insight of Melbourne house price data.

Further report detail under report folder.

Data Processing

Under process folder, contain source code for data processing.

Further processing detail under process folder.

Data Modeling

Under model folder, contain source code of models to predict Melbourne house price:

Further modeling detail under model folder.

Data Source

Data source from Monash University, access the data from this competition vitticeps in Kaggle.

14 Features in this dataset:

  1. id: unique id for property.

  2. suburb: suburb location of property.

  3. result: S indicates property sold; SP - property sold prior; PI - property passed in; PN - sold prior not disclosed; SN - sold not disclosed; NB - no bid; VB - vendor bid; o res - other residential; w - withdrawn prior to auction.

  4. rating

  5. nbeds: number of bedrooms.

  6. property_type: h = house, t = townhouse, u = unit/apartment.

  7. day: day of the month of auction.

  8. month: month of auction.

  9. year: year of auction.

  10. nvisits: How many people came to open houses.

  11. ncars: Number of parking places.

  12. nbaths: Number of bathrooms.

  13. land_size: Size of the lot, in sq m, units will be 0.

  14. house_size: Internal size of property in sq m.

About

Project to predict the house price in Melbourne with R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages