Mr Chen在libsvm中提供的feature selection Tool

源自: http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/

Feature selection tool is a simple python script  to use F-score for selecting features. To run it, please put it in the sub-directory "tools" of LIBSVM.

Output files: .fscore shows importance of features, .select gives the running log, and .pred gives testing results.

More information about this implementation can be found in Y.-W. Chen and C.-J. Lin, Combining SVMs with various feature selection strategies. To appear in the book "Feature extraction, foundations and applications." 2005. This implementation is still preliminary. More comments are very welcome.

Author: Yi-Wei Chen

原文地址:https://www.cnblogs.com/xiangshancuizhu/p/2394684.html