그 위에? 나는 시도했다 : from sklearn.feature_extraction import FeatureHasher FH = FeatureHasher() train = FH.transform(test.type) 그러나 ...
確定! 回上一頁