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 #102 #107

Merged
merged 14 commits into from
Mar 7, 2016
Merged

Fixed #102 #107

merged 14 commits into from
Mar 7, 2016

Conversation

rhiever
Copy link
Contributor

@rhiever rhiever commented Mar 7, 2016

No description provided.

Set all of the sklearn preprocessor options for `copy` to False so the
preprocessor operators don’t create yet another copy of the data set.

Because they’re already working on copies of the data set, it is not
necessary for them to create yet another copy.
This change should make the formatting much clearer, as we now use
explicit variable names in the format rather than positional arguments.
Using explicit names for the formatting variables rather than
positional numbers will make the code easier to read.
rhiever pushed a commit that referenced this pull request Mar 7, 2016
@rhiever rhiever merged commit e9885dd into master Mar 7, 2016
@rhiever rhiever deleted the more-feature-preprocessors branch March 7, 2016 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant