Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baransu/house-prices-svr
Predicting house prices using SVR
https://github.com/baransu/house-prices-svr
jupyter-notebook python sklearn svr
Last synced: 19 days ago
JSON representation
Predicting house prices using SVR
- Host: GitHub
- URL: https://github.com/baransu/house-prices-svr
- Owner: baransu
- Created: 2018-06-09T21:01:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T07:10:38.000Z (over 6 years ago)
- Last Synced: 2024-12-19T09:14:37.903Z (19 days ago)
- Topics: jupyter-notebook, python, sklearn, svr
- Language: Jupyter Notebook
- Size: 2.59 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# house-prices-svr
> Predicting house prices using SVR
## Disclaimer
Data for cleanup not available due to public data in them. Only anonimized data available.## Get started
```shell
pip install -r requirements.txt
jupyter notebook
```