Re: [Scikit-learn-general] Load multilabel libvm format file

2014-03-31 Thread Anitha Gollamudi
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=

Re: [Scikit-learn-general] Load multilabel libvm format file

2014-03-28 Thread Lars Buitinck
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

[Scikit-learn-general] Load multilabel libvm format file

2014-03-18 Thread 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-least 2 issues which confuse me. Help me here. [1]. Valu