Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joyceannie/datascienceproject


https://github.com/joyceannie/datascienceproject

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# End to End Data Science Project

### Workflows--ML Pipeline

1. Data Ingestion
2. Data Validation
3. Data Transformation-- Feature Engineering,Data Preprocessing
4. Model Trainer
5. Model Evaluation- MLFLOW,Dagshub

## Workflows

1. Update `config/config.yaml`
2. Update `schema.yaml`
3. Update `params.yaml`
4. Update the entity in `src/entity/config_entity.py`
5. Update the configuration manager in `src/config/configuration.py`
6. Update the components in `src/components`
7. Update the pipeline in `src\pipeline`
8. Update `main.py`