Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ add_click
Method
add_click
ab_testing/server_solution.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
np.random.beta(a, b)
32
33
def
add_click(self):
34
self.clks += 1
35
36
def
add_view(self):
37
self.views += 1
Callers
1
click_ad
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected