0

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?

Java questioner
  • 157
  • 1
  • 4
  • 12

1 Answers1

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