Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 375 Bytes

fselect

Repository for feature selection methods.

RSR

rsr.py

Unsupervised feature selection based on:

  • Zhu, P., Zuo, W., Zhang, L., Hu, Q., & Shiu, S. C. (2015). Unsupervised feature selection by regularized self-representation. Pattern Recognition, 48(2), 438-446.

Learn a matrix W to minimize $$| X - X W |{2,1} + \lambda |W|{2,1}.$$