Skip to content

Commit 319f182

Browse files
authored
Update README.md
1 parent bffebf5 commit 319f182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
140140
[tspreprocess](https://github.com/MaxBenChrist/tspreprocess) - Time series preprocessing: Denoising, Compression, Resampling.
141141
[Kaggler](https://github.com/jeongyoonlee/Kaggler) - Utility functions (`OneHotEncoder(min_obs=100)`)
142142
[pyupset](https://github.com/ImSoErgodic/py-upset) - Visualizing intersecting sets.
143-
[pyemd](https://github.com/wmayner/pyemd) - Earth Mover's Distance, similarity between histograms. [OpenCV implementation](https://docs.opencv.org/3.4/d6/dc7/group__imgproc__hist.html)
143+
[pyemd](https://github.com/wmayner/pyemd) - Earth Mover's Distance / Wasserstein distance, similarity between histograms. [OpenCV implementation](https://docs.opencv.org/3.4/d6/dc7/group__imgproc__hist.html), [POT implementation](https://pythonot.github.io/auto_examples/plot_OT_2D_samples.html)
144144
[littleballoffur](https://github.com/benedekrozemberczki/littleballoffur) - Sampling from graphs.
145145

146146
#### Train / Test Split

0 commit comments

Comments
 (0)