Fast feature selection by means of projections

  • Authors:
  • Roberto Ruiz;José C. Riquelme;Jesús S. Aguilar-Ruiz

  • Affiliations:
  • Departamento de Lenguajes y Sistemas, Universidad de Sevilla, Sevilla, España;Departamento de Lenguajes y Sistemas, Universidad de Sevilla, Sevilla, España;Departamento de Lenguajes y Sistemas, Universidad de Sevilla, Sevilla, España

  • Venue:
  • IEA/AIE'2003 Proceedings of the 16th international conference on Developments in applied artificial intelligence
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

The attribute selection techniques for supervised learning, used in the preprocessing phase to emphasize the most relevant attributes, allow making models of classification simpler and easy to understand. The algorithm (SOAP: Selection of Attributes by Projection) has some interesting characteristics: lower computational cost (O(m n log n) m attributes and n examples in the data set) with respect to other typical algorithms due to the absence of distance and statistical calculations; its applicability to any labelled data set, that is to say, it can contain continuous and discrete variables, with no need for transformation. The performance of SOAP is analyzed in two ways: percentage of reduction and classification. SOAP has been compared to CFS [4] and ReliefF [6]. The results are generated by C4.5 before and after the application of the algorithms.