tensorflow / skflow

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

refs #162 `default_monitor` should consider the estimator verbosity #163

Closed mmourafiq closed 8 years ago

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.


codecov-io commented 8 years ago

Current coverage is 89.49%

Merging #163 into master will not affect coverage as of 3d2328e

@@            master    #163   diff @@
======================================
  Files           27      27       
  Stmts         1076    1076       
  Branches       168     168       
  Methods          0       0       
======================================
  Hit            963     963       
  Partial         54      54       
  Missed          59      59       

Review entire Coverage Diff as of 3d2328e

Powered by Codecov. Updated on successful CI builds.

mmourafiq commented 8 years ago

I signed it!

googlebot commented 8 years ago

CLAs look good, thanks!

ilblackdragon commented 8 years ago

Thanks, FYI - code actually moved to http://github.com/tensorflow/tensorflow and that update is already there https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/skflow/python/skflow/monitors.py#L41