Reputation: 2382
I've been trying to perform tf-idf heuristic on a large corpus.
Can I iteratively read the documents, and call the
vectorizer.fit()
In each iteration? Does this take into account only the current iteration, or does it remember the previous ones?
Thanks!
Upvotes: 3
Views: 589