RogerKrowiak t1_j6diy8w wrote on January 29, 2023 at 4:12 PM Reply to [D] Simple Questions Thread by AutoModerator I have a very basic question. If I have two columns of data: "Students": ["John", "John", "Roger", "Eve", "John"] "Sex": ["M", "M", "M", "F", "M"] can I use different encoding for each column? E.g. frequency encoding for students and binary for sex?Thank you for your answer. If you have tip for basic readings on this, it would be appreciated. Permalink 1
RogerKrowiak t1_j6diy8w wrote
Reply to [D] Simple Questions Thread by AutoModerator
I have a very basic question. If I have two columns of data:
"Students": ["John", "John", "Roger", "Eve", "John"]
"Sex": ["M", "M", "M", "F", "M"]
can I use different encoding for each column? E.g. frequency encoding for students and binary for sex?Thank you for your answer. If you have tip for basic readings on this, it would be appreciated.