Skip to content

Commit

Permalink
GH-15809: remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
syzonyuliia-h2o committed Jan 26, 2024
1 parent 24fbf34 commit d5b7fc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions h2o-core/src/main/java/hex/ModelMetricsBinomial.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ public static class MetricBuilderBinomial<T extends MetricBuilderBinomial<T>> ex

if(m.getClass().toString().contains("Generic")) {
_loglikelihood += m.likelihood(w, yact[0], ds);
System.out.println("_logloss: " + _logloss);
System.out.println("_loglikelihood: " + _loglikelihood);
}

_count++;
Expand Down
2 changes: 0 additions & 2 deletions h2o-core/src/main/java/hex/ModelMetricsMultinomial.java
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ public MetricBuilderMultinomial( int nclasses, String[] domain, MultinomialAucTy

if(m.getClass().toString().contains("Generic")) {
_loglikelihood += m.likelihood(w, yact[0], ds);
System.out.println("_logloss: " + _logloss);
System.out.println("_loglikelihood: " + _loglikelihood);
}
return ds; // Flow coding
}
Expand Down

0 comments on commit d5b7fc3

Please sign in to comment.