apply StandardScaler for iris data set, this is z-score normalization. from sklearn.preprocessing import StandardScaler. df_s = df.copy().
確定! 回上一頁