wine-quality-model / README.md
itswin01's picture
Upload README.md with huggingface_hub
7653918 verified
|
Raw
History Blame Contribute Delete
361 Bytes
---
tags: [sklearn, random-forest, regression, mlops-pipeline]
---
# Wine Quality (Red) Prediction Model
This model is trained automatically using GitHub Actions as part of an MLOps CI/CD pipeline.
## Model Details
- Algorithm: Random Forest Regressor
- Dataset: Wine Quality (Red)
## Evaluation Metrics
- **MAE**: 0.4447
- **RMSE**: 0.5641
- **R2**: 0.5131