0

I am building a logistic regressin model for probability of take-up for a lending product. I have a number of continuous variables. In the past, I have always used EITHER weight-of-evidence transformations OR raw variabels to build such models.

My question is — can one use BOTH WoE and raw values in the same model? I.e. use WoE for variables $x_1,\dots, x_N$ and raw values for $x_{N+1},\dots x_M$?

The model fit looks reasonable, so I am unsure if this is correct.

MarianD
  • 1,535
  • 2
  • 11
  • 18
Dan
  • 1

1 Answers1

0

Weight of evidence (WoE) is really just a specific data transformation, so the same question can be asked for other data transformations. And it has been asked & answered already: Including both transformed and original data (untransformed) in a multivariable linear regression.