Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bogumilo/house-prices-xgboost

House prices dataset exploration and prediction. Workflow includes useful examples of Tensorflow pipelines including k-Nearest Neighbors imputer, Decision Tree Regression and XGBoost Regression
https://github.com/bogumilo/house-prices-xgboost

column-transformer data-pipeline data-transformation decision-tree-regression decision-trees feature-engineering feature-scaling gridsearchcv house-price-prediction house-prices-competition kaggle-competition knnimputer machine-learning ohe python tensorflow tensorflow-tutorial xgboost xgboost-regression

Last synced: 1 day ago
JSON representation

House prices dataset exploration and prediction. Workflow includes useful examples of Tensorflow pipelines including k-Nearest Neighbors imputer, Decision Tree Regression and XGBoost Regression

Awesome Lists containing this project

README

        

# House Prices XGBoost
One of the favourites machine learning competitions for advanced regression techniques.

Project is not limited to solution with XGBoost (RMSLE 0.140958).
It guides through the process of data exploration, preprocessing and feature engineering.

This repo contains also handy `data/solution.csv` that allow you to test your score without submission
to Kaggle.