brainscore_core.benchmarks

A Benchmark runs an experiment on a BrainModel and tests the resulting measurements against primate data. This comparison is done by a Metric which outputs a score of how well model and data match. This score is normalized with data ceilings and the benchmark returns this ceiled score.

Functions

ceil_score(score, ceiling)

Classes

Benchmark()

Standard Benchmark interface defining the method interfaces.

BenchmarkBase(identifier, ceiling, version, ...)

Helper class for implementing standard functions of the Benchmark interface.