from sklearn.feature_extraction import FeatureHasher FH = FeatureHasher() train = FH.transform(test.type) 但它不喜欢吗?似乎它想要一个字符串或一个列表,所以 ...
確定! 回上一頁