Quantcast

caret for non-numeric data

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

caret for non-numeric data

Yang Zhang
caret has many useful preprocessing facilities for numeric predictors,
such as removing near-zero-variance predictors, removing correlated
predictors, removing linear combinations, centering/scaling, and
Box-Cox transformations.  However, these don't work for factor data,
which is common in many learning tasks.  Is there anything similar for
factor data?  Thanks in advance.

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...