from sklearn.preprocessing import StandardScaler #Initalise standard scaler scaler = StandardScaler() #Fit the scaler using X_train data ...
確定! 回上一頁