Commit 9f9f9106 authored by Chi Su's avatar Chi Su Committed by Nikita Titov
Browse files

[python][docs] fix the doc of subsample_for_bin default value (#1680)

parent 64002b2c
......@@ -155,7 +155,7 @@ class LGBMModel(_LGBMModelBase):
Note, that this will ignore the ``learning_rate`` argument in training.
n_estimators : int, optional (default=100)
Number of boosted trees to fit.
subsample_for_bin : int, optional (default=50000)
subsample_for_bin : int, optional (default=200000)
Number of samples for constructing bins.
objective : string, callable or None, optional (default=None)
Specify the learning task and the corresponding learning objective or
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment