Skip to content

Commit 01c5670

Browse files
committed
tweak again
1 parent c22b0c3 commit 01c5670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ julia> predict(model, newdata)[1]
4242
Predict a probability distribution ([proxy](https://juliaai.github.io/LearnAPI.jl/dev/kinds_of_target_proxy/#proxy_types) for the target):
4343

4444
```julia
45-
julia> predict(model, Distribution(), data)[1]
45+
julia> predict(model, Distribution(), newdata)[1]
4646
UnivariateFinite{Multiclass{3}}(setosa=>0.0, versicolor=>0.25, virginica=>0.75)
4747
```
4848

0 commit comments

Comments
 (0)