#707 closed enhancement (done)
Problem injector should remove disallowed features from the source data set
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: Modeling | Version: | 3.2 |
Keywords: | Cc: |
Description
Evaluation of GP models is more cache friendly and potentially faster.
Change History (6)
comment:1 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
comment:3 Changed 15 years ago by gkronber
The HL2 exporter has to be changed to use the variable name instead of the variable index because the index in the model is different from the original variable index in the dataset.
comment:4 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 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.
Implemented with r2162: ProblemInjector creates a new dataset that contains only the target variable and all allowed input variables.