Skip to content

Commit 1667fc5

Browse files
authored
Update overview.md
1 parent bfe6be9 commit 1667fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/models/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ Now, let's verify the predictions:
174174
```
175175
julia> predict(x_test)
176176
1×5 Array{Float64,2}:
177-
105.306 121.2 137.095 152.989 168.883
177+
25.8442 29.8194 33.7946 37.7698 41.745
178178
179179
julia> y_test
180180
1×5 Array{Int64,2}:
181-
106 122 138 154 170
181+
26 30 34 38 42
182182
```
183183

184184
The predictions are good. Here's how we got there.

0 commit comments

Comments
 (0)