from sklearn.feature_extraction import FeatureHasher conv = FeatureHasher(n_features=2, input_type='string', alternate_sign=False) ...
確定! 回上一頁