Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ f
Function
f
supervised_class2/bias_variance_demo.py:32–33 ·
view source on GitHub ↗
(X)
Source
from the content-addressed store, hash-verified
30
return
X
31
32
def
f(X):
33
return
np.sin(X)
34
35
36
x_axis = np.linspace(-np.pi, np.pi, 100)
Callers
1
bias_variance_demo.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected