In [ ]:
Data = list() 

for i in range(len(W)):
    Data.append(list())

dfList = ds['class'].as_matrix()