anaavila / convert-csv-to-arff

python program that converts a csv file to arff format
15 stars 15 forks source link

convert to sparse ARFF #4

Open j00n162 opened 4 years ago

j00n162 commented 4 years ago

Hello,

I've been looked through this code (it is really helpful to understand converting csv to arff format. Thank you so much) over the last two weeks.

While I was thinking about this code, I suddenly had a question about how to convert the arff file to sparse arff format.

I've been thinking about it but am not sure how to implement it based on this code.