--- 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