Skip to content

"harden" parsnip to potential dimensionality bugs #184

@topepo

Description

@topepo

Although the data descriptors can solve this, we should look at capping the value of any tuning parameters that are based on either nrow() or ncol().

For example, with mtry in random forests, we should, somewhere use mtry = max(mtry, ncol(x)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions