Skip to content

Commit f423344

Browse files
authored
Update README.md
1 parent c9baeb2 commit f423344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ RandomSurvivalForests (R packages: randomForestSRC, ggRandomForests).
363363
[eif](https://github.com/sahandha/eif) - Extended Isolation Forest.
364364
[AnomalyDetection](https://github.com/twitter/AnomalyDetection) - Anomaly detection (R package).
365365
[luminol](https://github.com/linkedin/luminol) - Anomaly Detection and Correlation library from Linkedin.
366+
Distances for comparing histograms and detecting outliers - [Talk](https://www.youtube.com/watch?v=U7xdiGc7IRU): [Kolmogorov-Smirnov](https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.ks_2samp.html), [Wasserstein](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wasserstein_distance.html), [Energy Distance (Cramer)](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.energy_distance.html), [Kullback-Leibler divergence](https://scipy.github.io/devdocs/generated/scipy.stats.entropy.html)
366367

367368
#### Ranking
368369
[lightning](https://github.com/scikit-learn-contrib/lightning) - Large-scale linear classification, regression and ranking.

0 commit comments

Comments
 (0)