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 84ef5fc commit 15340c1Copy full SHA for 15340c1
README.md
@@ -32,7 +32,7 @@ Predict:
32
33
```julia
34
julia> predict(model, data)[1]
35
-"setosa"
+"virginica"
36
```
37
38
Predict a probability distribution ([proxy](https://juliaai.github.io/LearnAPI.jl/dev/kinds_of_target_proxy/#proxy_types) for the target):
0 commit comments