Here is an example with FeatureHasher: In: from sklearn.feature_extraction import FeatureHasher h = FeatureHasher(n_features=1000, non_negative=True) ...
確定! 回上一頁