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 017e61e commit c22b0c3Copy full SHA for c22b0c3
README.md
@@ -35,7 +35,7 @@ julia> model = fit(ridge, data)
35
Predict:
36
37
```julia
38
-julia> predict(model, data)[1]
+julia> predict(model, newdata)[1]
39
"virginica"
40
```
41
0 commit comments