from sklearn.datasets import load_iris iris = load_iris() print iris.feature_names # 特徵名稱 print iris.target_names # 花的種類 print ...
確定! 回上一頁