mvanderkroon / cobr

Data Science toolkit
Apache License 2.0
7 stars 3 forks source link

How did you implement EMD (Earth Mover's Distance)? #3

Open codereason opened 5 years ago

codereason commented 5 years ago

Hello, I'd like to know how you implemented EMD in your FkExplorer.py file. codelink In your code, you imported emd and computed emd score but didn't give much details about it. I looked up the code and your article in the blog but I wasn't able to find this package. The link you provided is a C package. Can you share some details ? Much appreciated.

mvanderkroon commented 5 years ago

hi there, I believe that I used this package: https://pypi.org/project/pyemd/