Hi
I’m confused about the process in the data block API.
-
does the data block API transform the categorical variables into One-Hot-Encoded vectors? when I print: data.show_batch it looks like the categorical variables are now pandas categories.
-
Is there another step in the data block API that transforms the categorical variables into One Hot Encoded vectors?
This is my code:
Thanks!