Skip to content

mtry_prop vs mtry in boosted trees #114

@frankiethull

Description

@frankiethull

hi all -

I was curious why the catboost tuning parameter is called mtry_prop instead of mtry?

For lightgbm I have been doing, counts = FALSE, and set mtry is a proportion when cross-validating. I actually found that method jives better with future and future.mirai when creating a parallel plan.

... # setting it here, then tuning mtry is a proportion:
parsnip::set_engine("lightgbm", counts = FALSE)

I prefer the mtry_prop over the mtry count method. But I am just curious if this parameter will stay mtry for xgboost + lightgbm but mtry_prop for catboost. This will change how we build out our catboosters 🐱, appreciate the help!

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