Changes between Initial Version and Version 2 of Ticket #2623
- Timestamp:
- 09/17/16 10:05:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2623
- Property 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
- Property Milestone changed from HeuristicLab 3.3.14 to HeuristicLab 3.3.15
-
Ticket #2623 – Description
initial v2 1 1 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). 2 2 3 However, the view for the simplifiedcalculates node impacts based on training samples only and since there are no training samples in this case an exception occurs.3 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. 4 4 5 5 (It is also not possible to optimize parameters using the structure of the current solution to fit the parameters to the new dataset)