Skip to content

Commit

Permalink
Change default auuc_nbins
Browse files Browse the repository at this point in the history
  • Loading branch information
maurever committed May 15, 2024
1 parent 5c6869b commit af461bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-core/src/main/java/hex/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public long getOrMakeRealSeed(){
/**
* Bins for calculating AUUC, if applicable. Ignored for non uplift models.
*/
public int _auuc_nbins = -1;
public int _auuc_nbins = 20;

// Public no-arg constructor for reflective creation
public Parameters() { _ignore_const_cols = defaultDropConsCols(); }
Expand Down

0 comments on commit af461bc

Please sign in to comment.