-
Notifications
You must be signed in to change notification settings - Fork 108
Variable Transform in Shifu
Zhang Pengshan (David) edited this page Jun 25, 2019
·
2 revisions
Such transform types are useful in Neural Network and Logistic Regression models.
- Woe transform is used to transform numerical values into discrete values;
- 'ln' function in woe implicit some normalization.
- Better model stability after woe transform.
- In Shifu, positive rate/woe value is used for each categorical feature.
- In tree models, no need transform categorical features to numerical.