Opened 13 years ago
Closed 13 years ago
#1627 closed enhancement (done)
Improve RegressionSolutionEvaluationViews
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description
The LineChartView shows the estimated values for the training and the test partition, but it would also be nice to display the estimated values for all remaining samples (hidden by default).
In the ScatterPlotView the diagonal should be displayed to highlight shifted model predictions.
Change History (5)
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
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r6679, good idea to add these nice improvements.
comment:5 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
Note: See
TracTickets for help on using
tickets.
r6679: Implemented new features in RegressionSolutionLineChart and RegressionSolutionScatterPlotView.