Hi Cebra team, does this model accept multiple discrete variables? #127
Answered
by
stes
XuanMabard
asked this question in
Q&A
-
our dataset has behaviors code and position on the screen(upper-left, lower_left) as discrete variables. we are wondering if the model is capable of consume multiple discrete variables as input along with neural data? |
Beta Was this translation helpful? Give feedback.
Answered by
stes
Feb 12, 2024
Replies: 1 comment 8 replies
-
Hi @XuanMabard , thanks for asking. Yes, you can feed in discrete variables to the model. I would still recommend to cast everything to a |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
MMathisLab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @XuanMabard , thanks for asking. Yes, you can feed in discrete variables to the model. I would still recommend to cast everything to a
float
before feeding it into the model.