Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CausalLearning/robust-unlearnable-examples
/ average
Method
average
utils/generic.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
self.mean = self.sum / self.cnt
26
27
def
average(self):
28
return
self.mean
29
30
def
total(self):
31
return
self.sum
Callers
1
evaluate
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected