Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidhyaashu/end-to-end-ml-implementation
https://github.com/sidhyaashu/end-to-end-ml-implementation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sidhyaashu/end-to-end-ml-implementation
- Owner: sidhyaashu
- Created: 2024-08-27T18:51:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T13:06:37.000Z (3 months ago)
- Last Synced: 2024-10-28T16:49:28.901Z (3 months ago)
- Language: CSS
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# END TO END ML PROJECT
# EDA task upto you i'm just focusing end to end implementation# HOW TO RUN ?
### STEPS:```bash
conda create -n mlenv python=3.8 -y```
```bash
conda activate mlenv```
```bash
pip install -r requirements.txt```
```bash
python app.py```
### After setup architecture and install requirements
1. Notebook expriment
2. we will setup - Logging , Exceptions , utilis
3. project workflow### Workflow
1. update config.yaml
2. update schema.yaml
3. update params.yaml
4. update the entity
5. update the configuration manager in src config
6. update the components
7. update the pipeline
8. update the main.py
9. update the app.py### Steps
1. Data ingestion
2. Data Validation### Deep dive
1. Download data from github
2. Data Validation
3. Data Transform