Skip to content

Commit

Permalink
predict docs typo fix (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Till223 authored Jan 7, 2025
1 parent 267c1c9 commit 022cf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/explanations/predict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lines(p[1, 1:1000])


# ### No-overlap
# We can also predict each epoch without any overlap - This results in one prediction Array per event (in our case we have two events "car" and "face", thus ```size(p[1]) = 2```
# We can also predict each epoch without any overlap - This results in one prediction Array per event (in our case we have two events "car" and "face", thus ```size(p) = 2```
p = predict(m, overlap = false)
size(p)
# Each Array has the size (1, samples, epochs):
Expand Down

0 comments on commit 022cf03

Please sign in to comment.