tensorflow 作多元線性迴歸時怎樣對非數據型數據(分類型數據)進行處理(編碼)

代碼以下:git def read_data(file_queue):     '''     the function is to get features and label (即樣本特徵和樣本的標籤)     數據來源是csv的文件,採用tensorflow 自帶的對csv文件的處理方式     :param file_queue:     :return: features,label  
相關文章
相關標籤/搜索