Opened 13 years ago
Closed 13 years ago
#1694 closed defect (done)
Correct bugs in CrossValidation
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.6 |
Keywords: | Cc: |
Description
- SamplesStart and SamplesEnd cannot be changed
- TrainingPartition is not correctly updated
Change History (9)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 13 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from reviewing to assigned
comment:4 Changed 13 years ago by mkommend
- Status changed from assigned to accepted
comment:5 Changed 13 years ago by mkommend
r7112: Corrected CrossValidation to make the SupportVectorPerformance unit test pass.
comment:6 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:7 Changed 13 years ago by gkronber
Reviewed r7107 and r7112. One thing that struck me is that the problem field is storable but not cloned. This seems strange but might be OK. Test CV and found no obvious bugs.
Version 0, edited 13 years ago
by gkronber
(next)
comment:8 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:9 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r7107: Corrected bugs in CrossValidation.