Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amruta33/end_to_end_mlproject_mlflow
This project is about the prediction of red wine quality using different machine learning algorithms with MLOps and CICD pipeline.
https://github.com/amruta33/end_to_end_mlproject_mlflow
cicd elasticnet linear-regression mlflow mlops prediction python red-wine-quality red-wine-quality-dataset
Last synced: about 3 hours ago
JSON representation
This project is about the prediction of red wine quality using different machine learning algorithms with MLOps and CICD pipeline.
- Host: GitHub
- URL: https://github.com/amruta33/end_to_end_mlproject_mlflow
- Owner: amruta33
- License: mit
- Created: 2024-03-06T06:36:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T11:02:00.000Z (11 months ago)
- Last Synced: 2024-03-20T12:32:15.587Z (11 months ago)
- Topics: cicd, elasticnet, linear-regression, mlflow, mlops, prediction, python, red-wine-quality, red-wine-quality-dataset
- Language: CSS
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# End-to-end-Machine-Learning-Project-with-MLflow
# Introduction
Wine is an alcoholic beverage made from fermented grapes. Yeast consumes the sugar in the grapes and converts it to ethanol, carbon dioxide, and heat. It is a pleasant tasting alcoholic beverage, loved cellebrated . It will definitely be interesting to analyze the physicochemical attributes of wine and understand their relationships and significance with wine quality and types classifications. To do this, We will proceed according to the standard Machine Learning and data mining workflow models like the CRISP-DM model, mainly for:
Predict if each wine sample is a red or white wine.
Predict the quality of each wine sample, which can be low, medium, or high.
The dataset are related to red and white variants of the "Vinho Verde" wine. Vinho verde is a unique product from the Minho (northwest) region of Portugal. Medium in alcohol, is it particularly appreciated due to its freshness (specially in the summer). This dataset is public available for research purposes only, for more information, read Cortez et al., 2009. . Due to privacy and logistic issues, only physicochemical (inputs) and sensory (the output) variables are available (e.g. there is no data about grape types, wine brand, wine selling price, etc.).## Attribute Information:
Input variables (based on physicochemical tests): 1 - fixed acidity 2 - volatile acidity 3 - citric acid 4 - residual sugar 5 - chlorides 6 - free sulfur dioxide 7 - total sulfur dioxide 8 - density 9 - pH 10 - sulphates 11 - alcohol Output variable (based on sensory data): 12 - quality (score between 0 and 10)
## Workflows
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