Opened 13 years ago
Closed 13 years ago
#1592 closed feature request (done)
Provide a view for Ensemble Solutions
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description
Currently the models contained in an ensemble solutions could not be displayed and changed. Therefore a new list-style view displaying for ensemble solutions must be implemented.
Change History (17)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
comment:3 Changed 13 years ago by mkommend
r6597: Changed content type of data analsis solution views.
comment:4 Changed 13 years ago by mkommend
r6612: Implemented view for regression solutions contained in a RegressionEnsembleSolution.
comment:5 Changed 13 years ago by mkommend
r6613: Implemented view for classification solutions contained in a ClassificationEnsembleSolution.
comment:6 Changed 13 years ago by mkommend
r6614: Prevented nested ensemble solutions, during ensemble creation by menu item.
comment:7 Changed 13 years ago by mkommend
r6666: Enabled creation of empty ensemble solutions and problem data changes.
comment:8 Changed 13 years ago by mkommend
r6672: Implemented new estimated class values view for ClassificationEnsembleSolutions.
comment:9 Changed 13 years ago by mkommend
r6680: Improved ClassificationEnsembleSolutionEstimatedClassValuesView with coloring of classification results.
comment:10 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:11 Changed 13 years ago by gkronber
r6763: removed problem view from ClassificationEnsembleSolutionEstimatedClassValuesView
comment:12 Changed 13 years ago by gkronber
The changes in r6612 and r6613 introduced a new item in the views for regression and classification ensemble solutions through which each separate solution in the ensemble can be inspected. However, the models item is also visible but doesn't have an implementation. Therefore the models item should be hidden as the solutions can be inspected through other means.
comment:13 Changed 13 years ago by gkronber
- Status changed from reviewing to assigned
comment:14 Changed 13 years ago by gkronber
- Status changed from assigned to accepted
comment:15 Changed 13 years ago by gkronber
r7024: removed 'Model' item from the itemList showing all results for classification and regression ensemble solutions.
comment:16 Changed 13 years ago by gkronber
- Status changed from accepted to readytorelease
comment:17 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
r6596: Moved solution views in HeuristicLab.Problems.DataAnalysis.Views-3.4 in separate folder.