from pyts.preprocessing import MinMaxScaler >>> X = [[1, 5, 3, 2, 9, 6, 4, 7], ... [1, -2, 3, 2, 2, 1, 0, 2]] >>> scaler = MinMaxScaler() > ...
確定! 回上一頁