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?
I found not documented parameter
f_ratioin RGF.This corresponding to LightGBM
feature_fractionand XGBcolsample_bytree.I tried these parameter with boston regression example.
In small
max_leaf(300),f_ratio=0.9improves score to 11.0 from 11.8,but in many
max_leaf(5000),f_ratio=0.95degrared score to 10.34 from 10.19810.After all, is there no value to use
f_ratio< 1.0?