brainscore_language.utils.transformations

Functions

apply_aggregate(aggregate_fnc, values)

Applies the aggregate while keeping the raw values in the attrs.

enumerate_done(values)

extract_coord(assembly, coord[, unique])

standard_error_of_the_mean(values, dim)

Classes

CrossValidation(*args[, split_coord, ...])

Performs multiple splits over a source and target assembly.

CrossValidationSingle([splits, train_size, ...])

Split([splits, train_size, test_size, ...])

TestOnlyCrossValidation(*args, **kwargs)

TestOnlyCrossValidationSingle(*args, **kwargs)

Transformation()

Transforms an incoming assembly into parts/combinations thereof, yields them for further processing, and packages the results back together.