New to DNN. I have the following dataset
My target value is "Purchase" column. I know I need to drop "product_id" column and create dummies for "Gender" and "City_category", but do i need to do onehotencoder on any other column even if they are not categorical? (for instance Stay_In_City_Years) If so, can you explain the reason. thanks for any help