heal-research / HeuristicLab

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

Exception when dropping a new problem data onto the simplifier view for regression solutions #2623

Open HeuristicLab-Trac-Bot opened 8 years ago

HeuristicLab-Trac-Bot commented 8 years ago

Issue migrated from trac ticket # 2623

milestone: HeuristicLab 3.3.x Backlog | component: Problems.DataAnalysis.Symbolic.Views | priority: medium

2016-07-04 19:15:36: @gkronber created the issue


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)

HeuristicLab-Trac-Bot commented 8 years ago

2016-07-05 18:17:44: @gkronber changed milestone from HeuristicLab 3.3.14 to HeuristicLab 3.3.15

HeuristicLab-Trac-Bot commented 7 years ago

2016-09-17 10:05:20: @gkronber edited the issue description

HeuristicLab-Trac-Bot commented 7 years ago

2016-09-17 10:05:20: @gkronber changed title 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

HeuristicLab-Trac-Bot commented 7 years ago

2017-05-09 20:19:10: @gkronber changed milestone from HeuristicLab 3.3.15 to HeuristicLab 3.3.x Backlog