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 c22b0c3 commit 01c5670Copy full SHA for 01c5670
README.md
@@ -42,7 +42,7 @@ julia> predict(model, newdata)[1]
42
Predict a probability distribution ([proxy](https://juliaai.github.io/LearnAPI.jl/dev/kinds_of_target_proxy/#proxy_types) for the target):
43
44
```julia
45
-julia> predict(model, Distribution(), data)[1]
+julia> predict(model, Distribution(), newdata)[1]
46
UnivariateFinite{Multiclass{3}}(setosa=>0.0, versicolor=>0.25, virginica=>0.75)
47
```
48
0 commit comments