Demo PCA in 2D¶. Load the iris data. from sklearn import datasets. iris = datasets.load_iris(). X = iris.data. y = iris.target. Fit a PCA.
確定! 回上一頁