from sklearn import preprocessing >>> import numpy as np ... Normalizer().fit(X) # fit does nothing >>> normalizer Normalizer(copy=True, ...
確定! 回上一頁