You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could write a parser yourself but it might be easier to check out the packages @ablaom mentioned (I would particularly recommend RDatasets.jl) or download datasets from their original source as listed on the libsvm page (e.g. from the UCI ML Repository) where they tend to use more common formats.
Is it possible to read datasets from libsvm webpage in Julia ?
Here is an example of data (text file)
I couldn't find a direct way using CSV.jl or LIBSVM.jl, did I miss something ?
Thank you
Matthias
The text was updated successfully, but these errors were encountered: