from sklearn.preprocessing import Normalizer normalizer = Normalizer() # this does nothing because this method doesn't 'train' on your data ...
確定! 回上一頁