noether.data.datasets.cfd.caeml.drivaerml.split

Classes

DrivAerMLDefaultSplitIDs

Default split IDs for DrivAerML dataset with validation.

Module Contents

class noether.data.datasets.cfd.caeml.drivaerml.split.DrivAerMLDefaultSplitIDs(/, **data)

Bases: noether.core.schemas.dataset.DatasetSplitIDs

Default split IDs for DrivAerML dataset with validation.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Parameters:

data (Any)

EXPECTED_TRAIN_SIZE = 400
EXPECTED_VAL_SIZE = 34
EXPECTED_TEST_SIZE = 50
EXPECTED_HIDDEN_TEST_SIZE = 16
DATASET_NAME = 'DrivAerML'
train: set[int]
val: set[int]
test: set[int]
hidden_test: set[int]
static create_split()

A helper function to create a random split of the dataset. The default indices were created with seed=42.