pyDML icon indicating copy to clipboard operation
pyDML copied to clipboard

Distance Metric Learning Algorithms for Python

Results 7 pyDML issues
Sort by recently updated
recently updated
newest added

Could you provide the kernelized version of Neighborhood Component Analysis (KNCA)? Thanks!

Hi, Thanks so much for the code. Could someone explain to me why there is almost nothing around about metric learning for regression problems? Thanks a lot!

Is there a way to force the distance-transforms that these algorithms learn to not map to the complex plane? It's also inconsistent. On some folds, of the tune_knn, I have...

bug

Some algorithms (`NCA`, `NCMML`, `NCMC`, `LMNN`) can overflow with some datasets if learning rates are too big. They may return matrices with NAs which cause errors in subsequent algorithms, like...

bug
enhancement

I noticed that even when parameters are explicitly filled in in some of the dml constructors (e.g. NCA, LMNN), when I try to look at those values, I keep getting...

bug

I had a problem with pyDML installation on Mojave mac os. The error looked like: #include "numpy/arrayobject.h" ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 I...

Hello, I'm starting a research on DML and trying to use your code, follows the code and the error: from sklearn.datasets import load_iris from dml import ANMM # Loading dataset...