Opened 4 years ago
Closed 4 years ago
#3109 closed defect (done)
RegressionSolutionLinechart shows empty DataPoints
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Views | Version: | |
Keywords: | Cc: |
Description (last modified by mkommend)
It is not necessarily the case that training or test partitions are consecutive and some visualizations as the line chart view are already prepared to handle such cases of training and test indices.
If one uses different training and test splits (e.g. alternating) the line chart insert empty points to bridge the gap between the training parts. However, these empty points are shown for the training series, but not for the other (test, all) series.
Attachments (2)
Change History (11)
comment:1 Changed 4 years ago by mkommend
- Description modified (diff)
comment:2 Changed 4 years ago by mkommend
- Status changed from new to accepted
comment:3 Changed 4 years ago by mkommend
comment:4 Changed 4 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:5 Changed 4 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from reviewing to assigned
comment:6 Changed 4 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from assigned to reviewing
r17858: Corrected handling of empty data points when determining the y-axis range.
comment:7 Changed 4 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:8 Changed 4 years ago by gkronber
comment:9 Changed 4 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r17856: Corrected behavior of RegressionSolutionLineChartView (Base) to handle empty data points correctly.