Scikit-Learn 與 TensorFlow 機器學習實用指南 讀書筆記(一)

一、下載數據 下載並解壓數據:housing.tgz 數據地址:https://github.com/ageron/handson-ml/tree/master/datasets/housing 二、讀取數據 import pandas as pd housing=pa.read_csv('./housing.csv') 三、觀察數據 head()輸出前5個數據和表頭 info()輸出每個特徵的元
相關文章
相關標籤/搜索