Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhu-smita-behera/boston-house-price-prediciton
https://github.com/madhu-smita-behera/boston-house-price-prediciton
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madhu-smita-behera/boston-house-price-prediciton
- Owner: madhu-smita-behera
- License: apache-2.0
- Created: 2024-05-29T04:07:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T05:57:06.000Z (6 months ago)
- Last Synced: 2024-05-29T17:47:53.309Z (6 months ago)
- Language: Jupyter Notebook
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boston-House-Price-Prediciton
## Software and tools required
1. [Github Account](https://github.com)
2. [Heroku Account](https://heroku.com)
3. [VSCode IDE](https://code.visualstudio.com/)
4. [Git CLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)## Create a new environment
```
conda create -p venv python==3.7 -y
```