MCPcopy Create free account
hub / github.com/alexrame/fishr / run_acc

Method run_acc

domainbed/model_selection.py:19–24  ·  view source on GitHub ↗

Given records from a run, return a {val_acc, test_acc} dict representing the best val-acc and corresponding test-acc for that run.

(self, run_records)

Source from the content-addressed store, hash-verified

17
18 @classmethod
19 def run_acc(self, run_records):
20 """
21 Given records from a run, return a {val_acc, test_acc} dict representing
22 the best val-acc and corresponding test-acc for that run.
23 """
24 raise NotImplementedError
25
26 @classmethod
27 def hparams_accs(self, records):

Callers 1

hparams_accsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected