mllite/caret2sql

Finalize Caret Preprocessing : Low Quality Feature Exclusion Methods

antoinecarme opened this issue · 1 comments

Add support for these feature exclusion methods, Following the issue :

Finalize Caret Preprocessing #18

support for "zv", "nzv", "conditionalX", "corr" methods

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

Added some notebook for some preprocessing methods (zv, nvz , corr and conditionalX)

NB : failed to train a model with conditionalX on iris (to be investigated)