Hi folks,
I am trying to build a classification model on a dataset that has most of it's field to be 1's and 0's (Yes or No respectively).
Quest 1: Is setting the data types for these field as Boolean most appropriate?
Quest 2: How would you advice I handle the missing values in these Boolean fields? Should I replace them? If yes, with what? If no, kindly advice please. Thanks.