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

fixed copy parameter in TfidfVectorizer #14808

Closed
wants to merge 1 commit into from
Closed

fixed copy parameter in TfidfVectorizer #14808

wants to merge 1 commit into from

Conversation

lrjball
Copy link
Contributor

@lrjball lrjball commented Aug 25, 2019

Currently in TfidfVectorizer.transform the copy parameter is never
used, and is just set to False inside the function. This PR fixes
that, although I have left the default parameter to copy=True, even
though the current behaviour has been copy=False.

Currently in TfidfVectorizer.transform the copy parameter is never
used, and is just set to False inside the function. This PR fixes
that, although I have left the default parameter to copy=True, even
though the current behaviour has been copy=False.
@lrjball lrjball changed the title fixed copy by in TfidfVectorizer fixed copy parameter in TfidfVectorizer Aug 25, 2019
@rth
Copy link
Member

rth commented Aug 26, 2019

Thanks, but this was fixed by deprecating the copy parameter recently in #14520

@lrjball
Copy link
Contributor Author

lrjball commented Aug 27, 2019

Apologies, I noticed this a couple of weeks ago and only just got round to a PR, must have missed that change.

@lrjball lrjball closed this Aug 27, 2019
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.

2 participants