Opened 9 years ago
Closed 9 years ago
#2574 closed defect (done)
ClassificationPerformanceMeasures throw exceptions if only one class is present
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Problems.DataAnalysis | Version: | 3.3.13 |
Keywords: | Cc: |
Description
This could happen for the F1 Score and Matthew's Correlation Calculator when a leave-one-out cross-validation is used, or a ConstantClassificationSolution is used.
Change History (5)
comment:1 Changed 9 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 9 years ago by mkommend
comment:3 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r13585. Thanks for fixing this issue!
comment:5 Changed 9 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13585: Fixed F1Score- and ConfusionMatrixCalculator.