Replies: 1 comment
-
@angelotc thanks for reporting this! What version of metric-learn are you using ? X_lmnn[:5], X_test[:5]
(array([[ 2.48105611, 0.90078992, -0.12757663, 0.82172106, 1.26216829],
[ 4.23874062, -0.04583753, 0.29213554, -0.02094142, 0.68556641],
[ 0.31345599, 0.586104 , 0.04540811, 0.42523969, 0.72904908],
[ 2.88944521, -0.1862227 , 0.34355608, 0.29715756, 0.51748561],
[ 1.37856497, 0.9168011 , 0.07280986, 0.203493 , 0.66506381]]),
x0 x1 x2 x3 x4
0 0.550798 0.708148 0.290905 0.510828 0.892947
1 0.896293 0.125585 0.207243 0.051467 0.440810
2 0.029876 0.456833 0.649144 0.278487 0.676255
3 0.590863 0.023982 0.558854 0.259252 0.415101
4 0.283525 0.693138 0.440454 0.156868 0.544649) Also, adding the "verbose" flag, iterations are happening and the algorithm seems to be training (the objective values improves) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I wanted to open this up in discussion before making an issue out of it. If you run this code in Google Collab, my input space does not seem to transform or if I was doing this wrong.
Then in a new cell run the following. You can see they are the same:
Beta Was this translation helpful? Give feedback.
All reactions