I have a dataset that contains a variable whose values are exclusively 0 and 1. When I set the type of the variable to “Boolean” in the File Reader node, it reads every row as “False”, including the 1’s. Is there a simple way to convert this variable to Boolean without using a dictionary?
Or, is there a way to read the variable as binary and use it for stratified sampling, classification trees, etc. without converting it to a Boolean?