-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I found not documented parameter f_ratio in RGF.
This corresponding to LightGBM feature_fraction and XGB colsample_bytree.
I tried these parameter with boston regression example.
In small max_leaf(300), f_ratio=0.9 improves score to 11.0 from 11.8,
but in many max_leaf(5000), f_ratio=0.95 degrared score to 10.34 from 10.19810.
After all, is there no value to use f_ratio < 1.0?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels