Hi everyone, I am using the python package metric_learn http://all-umass.github.io/metric-learn/metric_learn.lmnn.html for Large Margin Nearest Neighbour. It uses LMNN from Shogun if it is installed. Since Shogun has a faster implementation for LMNN I decied to use it.
When I run my code for LMNN in python I get the error "SystemError: [ERROR] In file /home/drishi/shogun-4.1.0/src/shogun/preprocessor/PCA.cpp line 102: target dimension should be less or equal to than minimum of N and D " Any advice on why is this error occurring ? Regards, Deepak
