Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX memory usage in DictVectorizer.fit
No need to materialize X in memory if it's a generator. Fixes scikit-learn#2171. fit_transform still needs fixing; it should be single pass.
- Loading branch information