MCPcopy 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
32def f(X):
33 return np.sin(X)
34
35
36x_axis = np.linspace(-np.pi, np.pi, 100)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected