tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

Removed redundant instance of StandardScaler #132

Closed dustindorroh closed 8 years ago

dustindorroh commented 8 years ago

Changed Pipeline to use the existing instance of StandardScaler instead of creating a new instance when Pipeline is created.

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


dustindorroh commented 8 years ago

I signed it!

googlebot commented 8 years ago

CLAs look good, thanks!

terrytangyuan commented 8 years ago

Thanks!