Opened 11 years ago
Closed 11 years ago
#2094 closed enhancement (done)
Show the training and test split for discriminant function classification models in the EstimatedValuesView
Reported by: | mkommend | Owned by: | swinkler |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.9 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
The EstimatedValuesView for classification and discriminant function classification solutions differ, as the view for discriminant function classification solutions does not provide information about the training and test split.
Change History (6)
comment:1 Changed 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
- Owner changed from mkommend to swinkler
- Status changed from accepted to reviewing
Please test and provide some feedback about the implemented changes.
comment:3 Changed 11 years ago by gkronber
Reviewed source code changes of r9845.
comment:4 Changed 11 years ago by gkronber
Btw I also encountered the problem described in #1577 for the estimated values view!
comment:5 Changed 11 years ago by swinkler
- Status changed from reviewing to readytorelease
comment:6 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r9845: Adapted estimated values view for discriminant function classification solutions.