cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.52k stars 1.64k forks source link

Some dataset problem #199

Closed zhenweilin closed 1 year ago

zhenweilin commented 1 year ago

“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 commented 1 year ago

We are checking the problem and will keep you updated.

On 2023-06-10 15:52, Zhenwei Lin wrote:

“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: ''

-- Reply to this email directly, view it on GitHub [1], or unsubscribe [2]. You are receiving this because you are subscribed to this thread.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/cjlin1/libsvm/issues/199", "url": "https://github.com/cjlin1/libsvm/issues/199", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Links:

[1] https://github.com/cjlin1/libsvm/issues/199 [2] https://github.com/notifications/unsubscribe-auth/ABI3BHSFWGGJXMHHASM3VF3XKRNXBANCNFSM6AAAAAAZBUFRKQ

cjlin1 commented 1 year ago

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