Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNIST: ValueError #11

Closed
kerighan opened this issue Oct 20, 2022 · 6 comments · Fixed by #16
Closed

MNIST: ValueError #11

kerighan opened this issue Oct 20, 2022 · 6 comments · Fixed by #16

Comments

@kerighan
Copy link

There's an issue when running umato on MNIST dataset.

import umato 
from sklearn.datasets import fetch_openml

mnist = fetch_openml("mnist_784", version=1)
X = mnist.data

emb = umato.UMATO(hub_num=20).fit_transform(X)

results in

ValueError: total data # (70000) != total embedded # (69992)!
@hj-n
Copy link
Collaborator

hj-n commented Oct 22, 2022

Thank you for the bug report.
I succeed to reproduce the error; it will be handled soon

@cakiki
Copy link

cakiki commented Oct 26, 2022

This is just to confirm that I'm running into this same error on my own dataset.

ValueError: total data # (312860) != total embedded # (312781)!

@LeandroLuque
Copy link

Hi. After to install manually the package (it is not longer available on pip) and try to run the example. This example doesn't work.
When I try UMATO with my data, I received this msg:

ValueError: total data # (26170) != total embedded # (26109)!

I hope you can fix this issue to test your method.

@cakiki
Copy link

cakiki commented Nov 11, 2022

@LeandroLuque It is still available: https://pypi.org/project/umato/

@da-bar
Copy link

da-bar commented Dec 3, 2022

Any updates on this? I am running on my data and getting the same error.

@hj-n
Copy link
Collaborator

hj-n commented Mar 15, 2023

Sorry for the late reply.
The issue has been resolved.
Refer to #16 written by @SyphonArch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants