On 28 March 2014 08:59, Lars Buitinck wrote:
> 2014-03-19 1:15 GMT+01:00 Anitha Gollamudi :
>> Looks like the value error is haunting me still. I am trying to load a
>> multi-label libSVM format data file (sample pasted below) as:
>>
>> X_train, y_train = load_svmlight_file("testtrain.txt", dtype=
2014-03-19 1:15 GMT+01:00 Anitha Gollamudi :
> Looks like the value error is haunting me still. I am trying to load a
> multi-label libSVM format data file (sample pasted below) as:
>
> X_train, y_train = load_svmlight_file("testtrain.txt", dtype=np.int32,
> multilabel=True)
>
> which gives me at-l
Looks like the value error is haunting me still. I am trying to load a
multi-label libSVM format data file (sample pasted below) as:
X_train, y_train = load_svmlight_file("testtrain.txt", dtype=np.int32,
multilabel=True)
which gives me at-least 2 issues which confuse me. Help me here.
[1]. Valu