Convert text columns csv file to LibSVM or SVMLight format by the vectorization

1.3k views Asked by At

The CSV with text columns (sentence features in column) to convert it to svmlight or libsvm format (numerical format) by the vectorization like bag of words, etc?

1

There are 1 answers

0
dinh gia khanh On

You can use the python csv2libsvm.py file to convert. This issue is the same Converting CSV file to LIBSVM compatible data file using python