0

I have created a weka arff, which I'd like to convert to SVMLight format. This is so I can load the arff in MLComp. How do I go about converting an arff?

Adam_G
  • 7,337
  • 20
  • 86
  • 148

1 Answers1

0

Easiest is you upload your data to http://mldata.org . Alternatively use the tool behind to do the conversion that you can get at

https://github.com/open-machine-learning/mldata-utils

With that you can convert from arff to svm light and between various other formats.

  • Thanks. The site is really fragile, and doesn't seem to be working well. In the github repo you linked to, which bit of code would help with conversion? – Adam_G May 18 '14 at 13:14