#1097 closed feature request (done)
Evolutionary feature selection problem
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.1 |
Component: | Problems.DataAnalysis | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Change History (9)
comment:1 Changed 14 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 14 years ago by gkronber
comment:3 Changed 14 years ago by gkronber
Changed linear regression feature selection evaluator to use the training MSE instead of the cross-validated MSE as quality with r4085.
comment:4 Changed 14 years ago by gkronber
set svn:ignore properties with r4088.
comment:5 Changed 14 years ago by gkronber
Use MSE instead of RMSE in feature selection for linear regression to make the results comparable with all other data analysis results with r4109.
comment:6 Changed 14 years ago by gkronber
- Version changed from 3.3 to 3.3.1
comment:7 Changed 14 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:8 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Added plugin for evolutionary feature selection with r4082. Only linear regression is available as evaluator yet.