摘要: TF-IDF进一步认识 from sklearn.feature_extraction.text import CountVectorizer 作用:只考虑每个word在每个文章中出现的次数。 重要的参数。 stop_words:这个问题下很难确定stop_words,这里考虑不设置。可以通过其它属 阅读全文
posted @ 2020-07-25 21:43 我的小叮当 阅读(232) 评论(0) 推荐(0)