Tim,
Thanks for your reply.I didn't know that binning node can handle multiple fields. My calculation doesn't end with binning the fields. If I rank the fields using deciles, I'll end up getting a variable call fieldname_ntiles.I want to do further calculation on the like finding out information value, weight of evidence etc.. separately for each fields. Steps that I'm planning to follow for each variables are
- Rank the variable into 10 groups
- Create separate columns for # of responders(where variable response=1), # of non- responders(where variable response=0) for in each deciles.
- Calculate odds, log(odds), WoE and information value.
I wish to automate the entire process in a single stream.
Thank you,
Rahul