lvwerra HF Staff commited on
Commit
ccc7ff5
·
1 Parent(s): 9068ea3

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -10,6 +10,14 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metric Card for Mahalanobis Distance
 
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ Compute the Mahalanobis Distance
15
+
16
+ Mahalonobis distance is the distance between a point and a distribution.
17
+ And not between two distinct points. It is effectively a multivariate equivalent of the Euclidean distance.
18
+ It was introduced by Prof. P. C. Mahalanobis in 1936
19
+ and has been used in various statistical applications ever since
20
+ [source: https://www.machinelearningplus.com/statistics/mahalanobis-distance/]
21
  ---
22
 
23
  # Metric Card for Mahalanobis Distance