I have a dataframe with 25 variables with 70000 rows. Out of which 3 variables have 1000, 250 and 250 NA values respectively. How to replace NA values using WOE method. Do we need to replace all the columns with WOE values or only find the WOE for 3 variables and replacing them in the dataframe is sufficient. We have both continous and categorical data.
What should be the approach? Please help