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 66e114b commit cf9b91aCopy full SHA for cf9b91a
docs/src/examples.md
@@ -60,7 +60,7 @@ println(r.equations[r.best_idx])
60
61
Here, we do the same thing, but with multiple expressions at once,
62
each requiring a different feature. This means that we need to use
63
-`MultitargetSRRegressor` instead of `SRRegressor`:
+[`MultitargetSRRegressor`](@ref) instead of [`SRRegressor`](@ref):
64
65
```julia
66
X = 2rand(1000, 5) .+ 0.1
0 commit comments