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

https://github.com/leanh153/predicting-house-price

Predicting house price, using some Machine learning model
https://github.com/leanh153/predicting-house-price

Last synced: 10 months ago
JSON representation

Predicting house price, using some Machine learning model

Awesome Lists containing this project

README

          

# Predicting House Prices

## How to run
open with [google colab ](https://colab.research.google.com/notebooks/)

view file: [view](https://github.com/leanh153/Predicting-House-Price/blob/main/predicting_house_price.ipynb)

## What's included

```text
.
├── README.md
├── data
│   ├── data_description.txt
│   ├── model_score.csv
│   ├── sample_submission.csv
│   ├── submission_last.csv
│   ├── test.csv
│   ├── test_dum.csv
│   ├── train.csv
│   ├── train_dum.csv
│   ├── train_y.csv
│   └── y_train.csv
├── img
│   ├── Ridge2.png │   ├── boxcox.png
│   └── top13.png
├── model
│   ├── elasticnet_pl.model
│   ├── gbr.model
│   ├── lasso_pl.model
│   ├── lgbr.model
│   ├── ridge_pl.model
│   ├── stack_regressor.model
│   └── xgbr.model
└── predicting_house_price.ipynb

3 directories, 22 files
```