julien-c HF staff commited on
Commit
f0adb38
·
1 Parent(s): 63377c9

Add description to card metadata

Browse files

Mean Absolute Error (MAE) is the mean of the magnitude of difference between the predicted and actual
values.

Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: MAE
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 MAE
16
 
17
 
 
1
  ---
2
  title: MAE
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 Absolute Error (MAE) is the mean of the magnitude of difference between
15
+ the predicted and actual
16
 
17
+ values.
18
+ ---
19
  # Metric Card for MAE
20
 
21