而DictVectorizer 則可以搭配自己的Feature ,用法如下:. from sklearn.feature_extraction import DictVectorizer vectorizer = DictVectorizer(sparse=False) ...
確定! 回上一頁