Opened 8 years ago
Last modified 8 years ago
#2623 new defect
Exception when dropping a new problem data onto the simplifier view for regression solutions
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Problems.DataAnalysis.Symbolic.Views | Version: | 3.3.13 |
Keywords: | Cc: |
Description (last modified by gkronber)
It is possible to drop ProblemData objects onto regression solutions to evaluate a particular solution on a new dataset. In this case the dataset is changed so that the test partition contains all observations (there is no training partition).
However, the simplifier view calculates node impacts based on training samples only and since there are no training samples in this case an exception occurs.
(It is also not possible to optimize parameters using the structure of the current solution to fit the parameters to the new dataset)
Change History (3)
comment:1 Changed 8 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.14 to HeuristicLab 3.3.15
comment:2 Changed 8 years ago by gkronber
- Description modified (diff)
- Summary changed from Exception when dropping a new problem data onto the simplified view for regression solutions to Exception when dropping a new problem data onto the simplifier view for regression solutions
comment:3 Changed 8 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.15 to HeuristicLab 3.3.x Backlog
Note: See
TracTickets for help on using
tickets.