We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea01877 commit c55884eCopy full SHA for c55884e
docs/source/tutorial/tutorial.AverageLearner1D.rst
@@ -40,7 +40,7 @@ This is how the function looks in the absence of noise:
40
.. jupyter-execute::
41
42
xs = np.linspace(-2, 2, 500)
43
- ys = [noisy_peak((seed, xs), sigma=0) for seed, x in enumerate(xs)]
+ ys = [noisy_peak((seed, x), sigma=0) for seed, x in enumerate(xs)]
44
hv.Path((xs, ys))
45
46
And an example of a single realization of the noisy function:
0 commit comments