from sklearn.feature_extraction import FeatureHasher fh = FeatureHasher(n_features=3, input_type='string') hashed ...
確定! 回上一頁