Given various features of the houses, predict house prices using ensemble methods including AdaBoost, Gradient Boost and XGBoost. This repository focuses on comparison between different ensemble methods and their efficiency.
- AdaBoost
- Gradient Boost
- XGBoost
https://www.kaggle.com/harlfoxem/housesalesprediction
- id: notation for house
- date: date house was sold
- sqft_living: square footage of house
- bedrooms: number of bedrooms
- price: house price (prediction target) and so on...
.