Feature Ranking Algorithm

From GM-RKB
Jump to navigation Jump to search

See: Ranking Algorithm, Feature Ranking Task, Feature Selection Algorithm, Feature Selection Task.



References

2005

  • (Yoon et al., 2005) ⇒ Hyunjin Yoon, Kiyoung Yang, and Cyrus Shahabi (2005). “Feature Subset Selection and Feature Ranking for Multivariate Time Series.” In: IEEE Transactions on Knowledge and Data Engineering, 17(9). doi:10.1109/TKDE.2005.144
    • ABSTRACT: Feature subset selection (FSS) is a known technique to preprocess the data before performing any data mining tasks, e.g., classification and clustering. FSS provides both cost-effective predictors and a better understanding of the underlying process that generated the data. We propose a family of novel unsupervised methods for feature subset selection from multivariate time series (MTS) based on common principal component analysis, termed CLeVer. Traditional FSS techniques, such as recursive feature elimination (RFE) and Fisher criterion (FC), have been applied to MTS data sets, e.g., brain computer interface (BCI) data sets. However, these techniques may lose the correlation information among features, while our proposed techniques utilize the properties of the principal component analysis to retain that information. In order to evaluate the effectiveness of our selected subset of features, we employ classification as the target data mining task. Our exhaustive experiments show that CLeVer outperforms RFE, FC, and random selection by up to a factor of two in terms of the classification accuracy, while taking up to 2 orders of magnitude less processing time than RFE and FC.