nnguy072 / Feature-Selection

Uses nearest neighbor algorithm to find which feature is the best indicator for a certain class attribute

Repository from Github https://github.comnnguy072/Feature-SelectionRepository from Github https://github.comnnguy072/Feature-Selection

Feature-Selection


This requires the SciPy module to run.

Can solve using:

  • Forward Selection
  • Backward Elimination
  • Original Algorithm

About

Uses nearest neighbor algorithm to find which feature is the best indicator for a certain class attribute


Languages

Language:Python 99.6%Language:Makefile 0.4%