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

Some dataset problem #199

Closed
zhenweilin opened this issue Jun 10, 2023 · 2 comments
Closed

Some dataset problem #199

zhenweilin opened this issue Jun 10, 2023 · 2 comments

Comments

@zhenweilin
Copy link

“Libsvm community hello, I am using the datasets provided by libsvm, but there are some issues during the reading process. Specifically, the following datasets: HIGGS, SUSY. I hope to get a solution.”

from libsvm.svmutil import *
y, x = svm_read_problem('HIGGS')

Raise error like

ValueError: invalid literal for int() with base 10: ''
@cjlin1
Copy link
Owner

cjlin1 commented Jun 14, 2023 via email

@cjlin1
Copy link
Owner

cjlin1 commented Jun 25, 2023

The data set was corrupted due to some issues of using parallel xz before. We have fixed the problem. Please download the data again.

@cjlin1 cjlin1 closed this as completed Jun 25, 2023
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

No branches or pull requests

2 participants