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 289eef4 commit fe8e37dCopy full SHA for fe8e37d
src/learners/incremental_algorithms.jl
@@ -29,7 +29,7 @@ additional observations post facto: The following is equivalent to `d2 =
29
predict(NormalEstimator(), vcat(y, ynew))`:
30
31
```julia
32
-update_observations(model, ynew)
+model = update_observations(model, ynew)
33
d2 = predict(model)
34
```
35
0 commit comments