mllite/caret2sql

Finalize Caret Preprocessing : Power transformation methods

antoinecarme opened this issue · 1 comments

Add support for power transformations, Following the issue :

Finalize Caret Preprocessing #18

support for "BoxCox", "YeoJohnson", "expoTrans"

"BoxCox", "YeoJohnson" are already supported in scikit-learn (already have a SQL generator).

https://github.com/topepo/caret/blob/master/pkg/caret/R/preProcess.R

Added three test notebooks for BoxCox, YeoJohnson and expoTrans methods.