DataHaskell / dh-core

Functional data science
138 stars 23 forks source link

PR for issue #38 (datasets : add ARFF format) #65

Closed arvindd closed 5 years ago

arvindd commented 5 years ago

This adds the ARFF parser function as an internal function in Datasets, and also supplies one example parser usage (Diabetes.hs). Also included are some ARFF datafiles.

arvindd commented 5 years ago

Thanks for the review, I appreciate your feedback. Please see my contextual comments below.

arvindd commented 5 years ago

Hi @ocramz, I have resolved all your valuable feedback comments, except the one regarding the addition of another constructor MultiRecordParsable. Please check if these are ok, and also suggest an alternative for handling the situation of parsing the whole-file against single records as done by the current Parsable.