Replies: 1 comment 3 replies
-
Thanks for trying out PyMDE. What happens if in method 1 you add a Standardized constraint?
Or, alternatively, omit the constraint from method 2. If you do either of these things, I think the embeddings will be similar. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks a lot for such a nice package.
I am just trying to understand MDE. Here's an experiment I am doing:
Method 1:
Method 2:
knn_graph = pymde.preprocess.k_nearest_neighbors(digits.data, k=8, verbose=True)
The reason for
k = 8
is:However, I do not get a similar embedding.
Beta Was this translation helpful? Give feedback.
All reactions