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?
Asked
Active
Viewed 1,305 times
0
-
what is your question? – rzo1 Feb 28 '18 at 16:10
1 Answers
0
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