Opened 4 years ago
Closed 4 years ago
#3111 closed defect (done)
RandomForestClassification produces a result (RF Model Evaluation) incorrectly
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Algorithms.DataAnalysis | Version: | trunk |
Keywords: | Cc: |
Description
The list is populated with models but the models cannot be shown.
Might be related to a recent change for classification problems (#3102).
Steps to reproduce:
- New Random Forest Classification
- Run
- Check Results -> Random forest classification solution -> RF Model Evaluation
Change History (7)
comment:1 Changed 4 years ago by mkommend
- Owner changed from bburlacu to mkommend
- Status changed from new to accepted
comment:2 Changed 4 years ago by mkommend
comment:3 Changed 4 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
r17859: Fixed display of models in RFModelEvaluationView.
comment:4 Changed 4 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.17
- Version set to trunk
comment:5 Changed 4 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r17859. Thanks!
comment:6 Changed 4 years ago by gkronber
comment:7 Changed 4 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
The issue here is just a cast issue due to the refactoring to use surrogate or full models for RF.