j00n162

Results 1 issues of j00n162

Hello, I tried to convert regular arff file format to sparse arff format through liac-arff. I used the code below: import arff fp = open('est1.arff') data = arff.load(fp) X =...