I am using SAS Enterprise Miner to fit a logistic regression model.
after the Impute node, I am using the transform Variables node with the following instructions:
Interval Inputs= Best
Class Inputs= Dummy Indicators.
After this step, all of my continuous numeric variables are getting transformed into nominal variables being divided into 4 bins for different range of values of the variable. How do I avoid this optimal binning of Numeric variables, so that they remain numeric and do not get transformed to Nominal, whereas for Class variables, dummies are created.
Thank you.