brainscore_core.metrics

A Metric is part of a Benchmark and scores how similar two sets of data are. Typically these two sets are model and primate measurements, but metrics are agnostic of the data source and can also be used to compare two primate measurements (e.g. for ceiling estimates).

Classes

Metric()

Metric interface.

Score(*args, **kwargs)

Scores are used as the outputs of metrics, benchmarks, and ceilings.