Quote:
Originally Posted by GB449
I am not clear how to convert digit data ("digit symmetry intensity") to the libsvm format ("+/1 a:b c:d ...").
For e.g. for zero versus all will
0.0000000e+00 2.8954102e-01 -4.6441250e+00 from features.train
translate to
1 2.8954102e-01:-4.6441250e+00
Does anyone have transformed files for Qs 2 and 3 that I can use instead of writing a program to do the last minute essay service transformations?
Thanks!
|
Hello GB449,
I used csv2libsvm.py to convert csv to libsvm data. Currently looking for the ways to convert dataframes to libsvm format. Have you tried to use dataset in grid.py as well?
Best,
R Degutis