摘要:        
import numpy as np import codecs f=codecs.open('testsklearn.txt','r','utf-8').readlines() print(f) dataset=list() for i in f: list_data= i.split(',') List=list(); for j in list_data: ...    阅读全文
        posted @ 2018-01-13 12:09
未完代码
阅读(318)
评论(0)
推荐(0)
                    
                
浙公网安备 33010602011771号