Feature Selection ToolboxFST3 LibraryShare

News

  • 30th March 2011The most significant update planned for 2011 has been made public. See History for details on what is new in FST 3.1.
  • 13th January 2011Added Exhaustive Search (standard + threaded versions) to enable optimal feature selection. Improved result tracking and LibSVM 3.0 support.
  • 2nd November 2010Improved support for ARFF data format. All code polished to enable compilation under Visual C++ (in addition to Linux/Cygwin gcc).
  • 6th October 2010Feature Selection Toolbox 3 first published. Don't miss the provided sample usage scenarios (cf. Usage).
Archive (9)

Guestbook

  • ginger [May 6th 2012]the results of this toolkit is based 0 or 1? e.g. the subset may be (21, 30, 57). is the number of features 21, 30, 57should we take or 22, 31, 58?
  • Raja [May 5th 2012]Hello, I wish to know how the Feature Selection Technic can be implemented to signals
  • elinor [Sep 23rd 2011]Thanks for the code!
Complete guestbook (7)

Future

  • additional criteria + additional search schemes (Simulated Annealing...)
  • hierarchical sub-space access (to enable FS method chaining)
  • ...your suggestions ?

Feature Selection Toolbox 3 (FST3) is a standalone widely applicable C++ library for feature selection (FS, also known as attribute or variable selection), capable of reducing problem dimensionality to maximize the accuracy of data models, performance of automatic decision rules as well as to reduce data acquisition cost. The library can be exploited by users in research as well as in industry. Less experienced users can experiment with different provided methods and their application to reallife problems, experts can implement their own criteria or search schemes taking advantage of the toolbox framework.

FST3 key functionality:


FST3 (v3.1) functionality in more detail: