Opened 4 years ago
Last modified 10 months ago
#2806 new defect
Positive class value setting from classification problems is not set correctly in classification ensemble solutions
Reported by: | gkronber | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Algorithms.DataAnalysis | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce:
- New RF for classification
- Load UCI problem 'Iris'
- Set positive class value to 'Class 2'
- Load algorithm into cross-validation and run
- The positive class value for the resulting ensemble solution is 'Class 0'
Change History (4)
comment:1 Changed 4 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.15 to HeuristicLab 3.3.16
comment:2 Changed 3 years ago by abeham
- Version 3.3.14 deleted
comment:3 Changed 19 months ago by gkronber
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.17
comment:4 Changed 10 months ago by gkronber
Note: See
TracTickets for help on using
tickets.
Duplicate of #3053?