--- tags: [sklearn, random-forest, regression, mlops-pipeline] --- # Boston Housing Price Model Random forest regressor predicting median owner-occupied home value (`medv`, in $1000s) from the Boston Housing dataset. Trained automatically via GitHub Actions CI/CD. Data and pipeline versioned with DVC. ## Metrics - **mae**: 2.0980 - **mse**: 8.7256 - **rmse**: 2.9539 - **r2**: 0.8810