heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
39 stars 16 forks source link

Variable-Impact-based Feature Selection #2990

Open HeuristicLab-Trac-Bot opened 5 years ago

HeuristicLab-Trac-Bot commented 5 years ago

Issue migrated from trac ticket # 2990

milestone: HeuristicLab 3.3.17 | component: Algorithms.DataAnalysis | priority: medium

2019-02-17 12:02:43: @NimZwei created the issue


Using the variable impacts for iterative feature selection can currently only be done manually. Having an automatic way would be nice.

General workflow of this Variable-Impact-based Feature Selection:

  1. Train Model
  2. Calculate Variable Impacts
  3. Remove Features with low impact
  4. Repeat until model accuracy drops too much
HeuristicLab-Trac-Bot commented 5 years ago

2019-02-17 12:09:26: @NimZwei changed status from new to accepted

HeuristicLab-Trac-Bot commented 5 years ago

2019-02-17 12:09:26: @NimZwei commented


r16612 branched trunk

HeuristicLab-Trac-Bot commented 5 years ago

2019-03-25 07:46:07: @NimZwei commented


r16705: Implemented first version with RF and percentage-based feature elimination.

HeuristicLab-Trac-Bot commented 5 years ago

2019-04-30 09:39:03: @abeham changed milestone from HeuristicLab 3.3.16 to HeuristicLab 3.3.17