quantling / JudiLing.jl

JudiLing: An implementation for Linear Discriminative Learning in Julia.
MIT License
8 stars 3 forks source link

Wrapper function for loading the dataset #108

Closed MariaHei closed 5 months ago

MariaHei commented 6 months ago

To ensure that the syntax around JudiLing doesn't change in the future, it would be good to have a wrapper function for loading datasets from CSV files. This would also be a chance to finally fix the issues around inlinestrings (see e.g. #98).