from sklearn.preprocessing import MinMaxScaler. >>> mnscaler = MinMaxScaler(). >>> x = np.arange(0, 6, 1.).reshape(-1, 2). >>> print(x).
確定! 回上一頁