Fix documentation for a misspelled parameter (#2569)
This commit is contained in:
committed by
Rory Mitchell
parent
0e06d1805d
commit
03e213c7cd
@@ -222,7 +222,7 @@ public class BoosterImplTest {
|
||||
put("tree_method", "hist");
|
||||
put("grow_policy", "lossguide");
|
||||
put("max_leaves", 8);
|
||||
put("max_bins", 16);
|
||||
put("max_bin", 16);
|
||||
put("eval_metric", "auc");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user