multiDEGGs 1.1.0
CRAN release: 2025-07-29
New features for feature augmentation in ML
Two new functions are provided for nested feature engineering. To use them in combination with the nestedcv package their name must be passed to the modifyX parameter of nestcv.glmnet() or nestcv.train().
- The
multiDEGGs_filter()function performs feature selection based entirely on differential network analysis. - The
multiDEGGs_combined_filter()function combines traditional statistical feature selection (5 options) with differential network analysis. - Internally the two
predict.multiDEGGs_filter()andpredict.multiDEGGs_combined_filter()S3 methods generate predictions by creating a dataset with single and combined predictors based on the filtering results of amultiDEGGs_filtermodel. - The vignette has been updated to showcase the new feature
