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
- Host: GitHub
- URL: https://github.com/leanh153/predicting-house-price
- Owner: leanh153
- Created: 2021-08-18T08:21:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T10:11:27.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T08:32:50.797Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```