Skip to content
Snippets Groups Projects
Commit 7bdfa826 authored by Mathieu Blondel's avatar Mathieu Blondel
Browse files

Update matrix type in documentation.

parent f302617b
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class CountVectorizer(BaseCountVectorizer): ...@@ -19,7 +19,7 @@ class CountVectorizer(BaseCountVectorizer):
"""Convert a collection of raw documents to a matrix of token counts """Convert a collection of raw documents to a matrix of token counts
This implementation produces a sparse representation of the counts using This implementation produces a sparse representation of the counts using
a scipy.sparse.dok_matrix (dictionary of keys). scipy.sparse.coo_matrix.
Parameters Parameters
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment