ModelMatrixModel - Create Model Matrix and Save the Transforming Parameters
The model.matrix() function in R is convenient for transforming training dataset for modeling. But it does not save any parameter used in transformation, so it is hard to apply the same transformation to test dataset or new dataset. This package is created to solve the problem.
Last updated 4 years ago
2.70 score 7 scripts 274 downloads