scale ()是數據標準化的快捷方式:. X_scaled = preprocessing.scale(X_train). 對應的fit-transform組合是:. scaler = preprocessing.
確定! 回上一頁