Skip to content

Evoked activity? #100

Answered by billbrod
stevejryan asked this question in Q&A
Feb 12, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yes, they do! We currently have a tutorial about this on the website from our February 2024 workshop, which we'll be integrating into this repo soon. Is that what you meant?

(Note that if you want to try and follow along with that tutorial, the version used for the workshop uses a different version of the GLM object API, where the X / predictor and y / target inputs to GLM.fit are 2d and 1d, respectively, while the current main requires them to be 3d and 2d (the extra dimension is for neurons). We're probably going to integrate that API version, but you'll need to add an extra dimension for now with an extra predictor = np.expand_dims(predictor, 1) and count = np.expand_dims(count, 1) bef…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stevejryan
Comment options

@billbrod
Comment options

Answer selected by stevejryan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants