julien-c HF staff commited on
Commit
1d15da1
·
1 Parent(s): 6064607

Add description to card metadata (#1)

Browse files

- Add description to card metadata (73d0da9a007e50a0b15c60ba8229db28614587b7)

Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Mahalanobis Distance
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,10 +8,23 @@ 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 Mahalanobis Distance
16
 
17
  ## Metric Description
 
1
  ---
2
  title: Mahalanobis Distance
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
+ Compute the Mahalanobis Distance
15
+
16
+
17
+ Mahalonobis distance is the distance between a point and a distribution.
18
+
19
+ And not between two distinct points. It is effectively a multivariate
20
+ equivalent of the Euclidean distance.
21
 
22
+ It was introduced by Prof. P. C. Mahalanobis in 1936
23
+
24
+ and has been used in various statistical applications ever since
25
+
26
+ [source: https://www.machinelearningplus.com/statistics/mahalanobis-distance/]
27
+ ---
28
  # Metric Card for Mahalanobis Distance
29
 
30
  ## Metric Description