Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Fix docstring for CountVectorizer class. #8085

Merged
merged 1 commit into from
Dec 20, 2016

Conversation

aashil
Copy link
Contributor

@aashil aashil commented Dec 19, 2016

Reference Issue

Fixes #8078

What does this implement/fix? Explain your changes.

  • Change the return type mentioned in the comments, from
    scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.

* Change the return type mentioned in the comments from
  scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.
@jnothman jnothman merged commit b7be3bf into scikit-learn:master Dec 20, 2016
@jnothman
Copy link
Member

thanks

sergeyf pushed a commit to sergeyf/scikit-learn that referenced this pull request Feb 28, 2017
* Change the return type mentioned in the comments from
  scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.
@Przemo10 Przemo10 mentioned this pull request Mar 17, 2017
Sundrique pushed a commit to Sundrique/scikit-learn that referenced this pull request Jun 14, 2017
* Change the return type mentioned in the comments from
  scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.
NelleV pushed a commit to NelleV/scikit-learn that referenced this pull request Aug 11, 2017
* Change the return type mentioned in the comments from
  scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.
paulha pushed a commit to paulha/scikit-learn that referenced this pull request Aug 19, 2017
* Change the return type mentioned in the comments from
  scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.
maskani-moh pushed a commit to maskani-moh/scikit-learn that referenced this pull request Nov 15, 2017
* Change the return type mentioned in the comments from
  scipy.sparse.coo_matrix to scipy.spartse.csr_matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect return type in docstring of CountVectorizer class
2 participants