Replies: 1 comment 1 reply
-
We have added some material that could be helpful in the latest version of the preprint, in particular section |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we have a tutorial on how to build the code for boosting?
Thank you very much for developing this package and creating a tutorial on it, it really helped me a lot.
I have read your paper (Brodbeck et al., 2022) carefully and have a preliminary understanding of the theoretical principles of boosting. However, due to my limited programming skills, I may not be able to reproduce the code implementation directly based on the theory idea.
I have read both your paper and [Introduction to Temporal Response Functions (TRFs) - Eelbrain 0.39 documentation](https://eelbrain.readthedocs.io/ en/stable/auto_examples/temporal-response-functions/trf_intro.html#sphx-glr-auto-examples-temporal-response-functions-trf-intro-py ) tutorial. I can understand the principle and code implementation of trf very well.
But the boosting part doesn't seem to have much explanation and tutorials, so I searched the GitHub package myself and only found this (https://github.com/christianbrodbeck/Eelbrain/blob/main/eelbrain/_trf/_boosting_opt.pyx) appears to be the way boosting is implemented, but wasn't quite able to understand the details of it.
So I was wondering if there might be a tutorial on implementing boosting.
Finally, thanks again for your development work. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions