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

Method predict

domainbed/algorithms.py:77–78  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

75 raise NotImplementedError
76
77 def predict(self, x):
78 raise NotImplementedError
79
80
81class ERM(Algorithm):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected