boston-housing-rf / README.md
Yashwanth-R19's picture
Upload README.md with huggingface_hub
741a8c0 verified
|
Raw
History Blame Contribute Delete
388 Bytes
metadata
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