Spaces:
Runtime error
Runtime error
Add description to card metadata
Browse filesMean Squared Error(MSE) is the average of the square of difference between the predicted
and actual values.
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: MSE
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,10 +8,14 @@ sdk_version: 3.0.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
-
- evaluate
|
12 |
-
- metric
|
13 |
-
|
|
|
|
|
14 |
|
|
|
|
|
15 |
# Metric Card for MSE
|
16 |
|
17 |
|
|
|
1 |
---
|
2 |
title: MSE
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
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
|
16 |
|
17 |
+
and actual values.
|
18 |
+
---
|
19 |
# Metric Card for MSE
|
20 |
|
21 |
|