File size: 388 Bytes
741a8c0
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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