Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexrame/fishr
/ predict
Method
predict
domainbed/algorithms.py:1296–1297 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
1294
return
penalty / self.num_domains
1295
1296
def
predict(self, x):
1297
return
self.network(x)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected