knimet

Results 1 comments of knimet

here is the script I use : t = pd.read_csv('train-all.txt',sep='\t',header=None) print(t[0].unique().__len__()) #1227