rtemis

Command Palette

Search for a command to run...

PartitionConfig

Entry point

Language-independent config for splitting a dataset into a training set and a held-out test set. A first-class, auditable operation -- the same reason `ingest` is one -- rather than a field on `SuperConfig`: how a held-out set was produced is a decision the record must be able to report. `method` selects the variant and its settings are siblings of it, validated against the variant's own schema below. Anything not set takes rtemis's default, so an object holding only `method` is that variant with every default.

Raw JSONv1Unknown properties rejected

Variants

The value of method selects which schema applies.

Properties

methodrequired
string

How the dataset is split.

one of"random""time""group""predefined"