https://github.com/malleswarigelli/bostonhousepricing_end_to_end_ml_application
Regression_Model_Price_prediction
https://github.com/malleswarigelli/bostonhousepricing_end_to_end_ml_application
docker docker-container flask-framework github-actions heroku-deployment machine-learning-algorithms pickle
Last synced: 4 months ago
JSON representation
Regression_Model_Price_prediction
- Host: GitHub
- URL: https://github.com/malleswarigelli/bostonhousepricing_end_to_end_ml_application
- Owner: malleswarigelli
- License: apache-2.0
- Created: 2022-10-01T05:53:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T15:55:01.000Z (over 2 years ago)
- Last Synced: 2025-01-12T05:14:23.300Z (6 months ago)
- Topics: docker, docker-container, flask-framework, github-actions, heroku-deployment, machine-learning-algorithms, pickle
- Language: Jupyter Notebook
- Homepage:
- Size: 2.01 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 Prediction - Regression
### Software And Tools Requirements1. [Github Account] (https://github.com)
2. [VSCodeIDE](https://code.visualstudio.com/)
3. [HEROKUAccount](https://heroku.com)
4. [GitCLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)create a new environment
---
conda create -p DeepLearning python ==3.9.2 -y---