Hi, I have been playing around with the new version of Spark MLlib Random forest implementation, and while in the process, tried it with a file with String Features. While training, it fails with: java.lang.NumberFormatException: For input string.
Is MBLib Random forest adapted to run on top of numeric data only? Thanks