Skip to content

Stratification function in Kfold not precise enough #73

@seancsmith

Description

@seancsmith

I noticed the function used for splitting the training and validation
split <- rsample::initial_split(screening_decisions, prop = training_prop, strata = "LABEL")

is splitting the data properly in terms of the proportion size, but the strata argument doesn't seem to work very well

Metadata

Metadata

Assignees

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