Opened 13 years ago
Closed 13 years ago
#1643 closed defect (done)
ErrorCharacteristicsCurveView uses wrong data points
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 ErrorCharacteristicsCurveView does not calculate the number of relative samples (y-value) correctly. The best way to observe this is by using the sample regression problem data and an algorithm that produces an overfit model, e.g. neural network ensemble, random forests.
Change History (4)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r6750.
comment:4 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.
r6750: Corrected RegressionSolutionErrorCharacteristicsCurveView.