Commit 1723a846 authored by Laurae's avatar Laurae Committed by Guolin Ke
Browse files

Add Random Forest FAQ crash solution (#692)

parent e0cf736a
......@@ -74,6 +74,12 @@ Remember this is a free/open community support. We may not be available 24/7 to
---
- **Question 7**: I tried to use Random Forest mode, and LightGBM crashes!
- **Solution 7**: It is by design. You must use `bagging_fraction` and `feature_fraction` different from 1, along with a `bagging_freq`. See [this thread](https://github.com/Microsoft/LightGBM/issues/691) as an example.
---
### R-package
- **Question 1**: I used `setinfo`, tried to print my `lgb.Dataset`, and now the R console froze!
......
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