Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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