Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
title: MSE
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
description: >-
|
14 |
-
Mean Squared Error(MSE) is the average of the square of difference between the
|
15 |
-
and actual values.
|
16 |
---
|
17 |
|
18 |
# Metric Card for MSE
|
@@ -134,4 +134,4 @@ MSE has the disadvantage of heavily weighting outliers -- given that it squares
|
|
134 |
```
|
135 |
|
136 |
## Further References
|
137 |
-
- [Mean Squared Error - Wikipedia](https://en.wikipedia.org/wiki/Mean_squared_error)
|
|
|
1 |
---
|
2 |
title: MSE
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.25.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
description: >-
|
14 |
+
Mean Squared Error(MSE) is the average of the square of difference between the
|
15 |
+
predicted and actual values.
|
16 |
---
|
17 |
|
18 |
# Metric Card for MSE
|
|
|
134 |
```
|
135 |
|
136 |
## Further References
|
137 |
+
- [Mean Squared Error - Wikipedia](https://en.wikipedia.org/wiki/Mean_squared_error)
|