Opened 10 years ago
Closed 10 years ago
#2339 closed defect (done)
Classification ensembles aren't aware of the classification positive class
Reported by: | ehopf | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Problems.DataAnalysis | Version: | 3.3.11 |
Keywords: | Cc: |
Description
A created classification ensemble should use the positive class information provided by the included models. Otherwise only the default value is used by the ensemble.
Steps to reproduce: 1.) Define the positive class of the classification problem data (change it to a value, that is not the default value) 2.) Create few runs 3.) Create a solution ensemble 4.) -> the ensemble uses the positive class default value
Change History (4)
comment:1 Changed 10 years ago by mkommend
- Owner changed from ehopf to mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 10 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
reviewed r12067, k, thx!
comment:4 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12067: Fixed positive class value during ensemble solution creation.