jerewy commited on
Commit
dfbe5de
·
verified ·
1 Parent(s): 811aca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,6 +6,7 @@ language:
6
  - en
7
  metrics:
8
  - r-squared
 
9
  - RMSE
10
  - MAE
11
  pipeline_tag: tabular-regression
@@ -133,6 +134,7 @@ The model was tuned using `RandomizedSearchCV` to find the optimal settings. The
133
  |----------------|---------|
134
  | Training R² | 0.6324 |
135
  | **Testing R²** | **0.3402** |
 
136
  | RMSE | 88.39 |
137
  | MAE | 69.27 |
138
 
 
6
  - en
7
  metrics:
8
  - r-squared
9
+ - MSE
10
  - RMSE
11
  - MAE
12
  pipeline_tag: tabular-regression
 
134
  |----------------|---------|
135
  | Training R² | 0.6324 |
136
  | **Testing R²** | **0.3402** |
137
+ | MSE | 7811.96 |
138
  | RMSE | 88.39 |
139
  | MAE | 69.27 |
140