Skip to content

Add way to create sequenced data splits #322

Description

@Raindrop182

Currently, export_train_val_test creates a train, test, and val data split in which the label_col is stratified.

However, it is also helpful to be able to create data splits in which label_col remains stratified, and also images in the same group (ex: sequence, camera location) stay together in the same dataset. This allows for the creation of data splits where sequences are kept together in order to prevent data leakage.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions