sunithaa7 commited on
Commit
c911db3
·
verified ·
1 Parent(s): c0febc1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags: [sklearn, gradient-boosting, regression, mlops-pipeline]
3
+ ---
4
+ # Model
5
+
6
+ Boston Housing price regressor, trained automatically via GitHub Actions CI/CD.
7
+
8
+ ## Metrics
9
+
10
+ - **mae**: 1.9094
11
+ - **mse**: 6.2927
12
+ - **rmse**: 2.5085
13
+ - **r2_score**: 0.9142