tensorflow / skflow

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

Consistent usage of metrics.accuracy_score with the documentation #86

Closed okoriko closed 8 years ago

okoriko commented 8 years ago

It seems to me that arguments passed to metrics.accuracy_score are inverted when looking at: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html#sklearn.metrics.accuracy_score

Although it does not affect the result of accuracy_score, it does affect other functions under the metrics module, and may thus be slightly misleading.

codecov-io commented 8 years ago

Current coverage is 91.15%

Merging #86 into master will not affect coverage as of f3bea71

@@            master     #86   diff @@
======================================
  Files           23      23       
  Stmts          780     780       
  Branches       119     119       
  Methods          0       0       
======================================
  Hit            711     711       
  Partial         35      35       
  Missed          34      34       

Review entire Coverage Diff as of f3bea71

Powered by Codecov. Updated on successful CI builds.