You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing metric-learn package via pip install metric-learn.
This seems to install an inconsistent version with what I see on Git.
Some examples of the differences is that the PyPi version of BaseMetricLearner class
doesn't inherit from the 'TransformerMixin' class.
Also, the PyPi version of BaseMetricLearner's 'transformer' method transforms by the inverse of the cholesky decomp of matrix M vs. the Git version shows it without the inverse.
Am I installing this the wrong way? It seems that running with the git version gives me more intuitive results/use of methods.
The text was updated successfully, but these errors were encountered:
I tried installing metric-learn package via pip install metric-learn.
This seems to install an inconsistent version with what I see on Git.
Some examples of the differences is that the PyPi version of BaseMetricLearner class
doesn't inherit from the 'TransformerMixin' class.
Also, the PyPi version of BaseMetricLearner's 'transformer' method transforms by the inverse of the cholesky decomp of matrix M vs. the Git version shows it without the inverse.
Am I installing this the wrong way? It seems that running with the git version gives me more intuitive results/use of methods.
The text was updated successfully, but these errors were encountered: