corrselect
2.1.0This vignette introduces features that will be available in version
2.1.0 of the corrselect
package. These enhancements aim to
provide more flexibility and alternative strategies for variable subset
selection.
A new selection strategy based on spectral clustering is currently in development. This approach performs a normalized spectral clustering on the correlation matrix to identify sets of weakly correlated variables.
Unlike local or exhaustive search algorithms, spectral clustering provides a global approximation that can rapidly identify candidate subsets with minimal internal association.
The algorithm follows these steps:
This feature will be available in version 2.1.0. If you’re interested in testing it early, you can install the development version from GitHub:
I welcome feedback and suggestions via GitHub issues or direct contact.