//95% of variance from sklearn.decomposition import PCA pca = PCA(n_components = 0.95) pca.fit(data_rescaled) reduced ...
確定! 回上一頁