Hi! How one can read files in the libsvm
format in Julia? The LIBSVM.jl
package seems to implement only algorithms. My current solution would be to read the file in python, save it in other format and then load it into Julia, but that’s a bit of an overkill for such a basic task.