Skip to content

Commit

Permalink
Add without resampling for bagging (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurae2 authored and guolinke committed Sep 3, 2017
1 parent 83be8e9 commit af36aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The parameter format is `key1=value1 key2=value2 ... ` . And parameters can be s
* `feature_fraction_seed`, default=`2`, type=int
* Random seed for feature fraction.
* `bagging_fraction`, default=`1.0`, type=double, , `0.0 < bagging_fraction < 1.0`, alias=`sub_row`
* Like `feature_fraction`, but this will random select part of data
* Like `feature_fraction`, but this will random select part of data without resampling
* Can use this to speed up training
* Can use this to deal with over-fit
* Note: To enable bagging, should set `bagging_freq` to a non zero value as well
Expand Down

0 comments on commit af36aaa

Please sign in to comment.