cjdoris / ARFFFiles.jl

Load and save ARFF files
MIT License
5 stars 2 forks source link

Parsing problem when a categorical value contains spaces #19

Open jbrea opened 1 month ago

jbrea commented 1 month ago

see https://github.com/JuliaAI/OpenML.jl/issues/26

cjdoris commented 2 weeks ago

Yeah OK, I see the issue - unquoted strings in ARFFF should have any leading/trailing whitespace ignored, which we are not doing. Should be an easy fix.