Skip to content

Support f_ratio? #162

@fukatani

Description

@fukatani

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions