-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
predict tutorial #219
predict tutorial #219
Conversation
behinger
commented
Sep 26, 2024
- up predict.jl
- add assert
- Update src/predict.jl
- Update src/predict.jl
- rename variable
- Update src/predict.jl
- update assert in predict.jl
- minor predict improvements
update predict function for partial overlap, so that keep_basis input is converted to vector.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
rename variable to be Julia standard compliant
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly some typos and I rewrote some stuff for better understandability. Otherwise looks good =)
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
Co-authored-by: René Skukies <[email protected]>
nice thanks! I think if you do a "review" next time, I could accept all of them at once; but I'm not sure - aybe you even did that :) edit: will wait for the CI and then merge |
# In the plot, we see the two partial predictions for car and face. They are respectively "0" outside the basisfunction windows | ||
|
||
# !!! note | ||
# The above options can be combined as well, e.g. to get an `epoch_to`, `exclude_basis` version. `epoch_timewindow` can be specified as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
# The above options can be combined as well, e.g. to get an `epoch_to`, `exclude_basis` version. `epoch_timewindow` can be specified as well. | |
# The above options can be combined as well, e.g. to get an `epoch_to`, `exclude_basis` version. `epoch_timewindow` can be specified as well. |
That is indeed what I did :') |
Damn alright - very annoying I had to accept each commit on its own. Maybe I didn't see it |