MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / pull

Method pull

ab_testing/comparing_epsilons.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self.N = 0
17
18 def pull(self):
19 return np.random.randn() + self.m
20
21 def update(self, x):
22 self.N += 1

Callers 1

run_experimentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected