Opened 14 years ago
Closed 14 years ago
#1199 closed feature request (done)
Crossvalidation for DataAnalysis algorithms
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.2 |
Component: | Problems.DataAnalysis | Version: | 3.3.2 |
Keywords: | Cc: |
Description
Change History (22)
comment:1 Changed 14 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
comment:3 Changed 14 years ago by mkommend
Added HL.Problems.DataAnalysis and views to the classification branch with r4470.
comment:4 Changed 14 years ago by mkommend
Added correct project HL.Algorithms.DataAnalysis for cross validation with r4471.
comment:5 Changed 14 years ago by mkommend
Added empty plugin for cross validation view and stub for the cross validation class with r4472.
comment:6 Changed 14 years ago by mkommend
Added validation logic for training and test samples into DataAnalysisProblemData with r4473.
comment:7 Changed 14 years ago by mkommend
Added DataAnalysisProblemData property to IDataAnalysisProblem with r4473.
comment:8 Changed 14 years ago by mkommend
Added provisional version of the cross validation with r4536.
comment:9 Changed 14 years ago by mkommend
Added persistence, cloning to CrossValidation with r4552.
comment:10 Changed 14 years ago by mkommend
- Version changed from 3.3.1 to branch
comment:11 Changed 14 years ago by mkommend
updated cross validation with r4561.
comment:12 Changed 14 years ago by mkommend
Added ISingleObjectiveDataAnalysisProblem with r4562.
comment:13 Changed 14 years ago by mkommend
Adapted CrossValidation to use ISingleObjectiveDataAnalysisProblem with r4563.
comment:14 Changed 14 years ago by mkommend
Filled ResultCollection in CrossValidation with r4567.
comment:15 Changed 14 years ago by mkommend
Corrected CrossValidationView to use Common.Resources with r4568.
comment:16 Changed 14 years ago by mkommend
Moved CrossValidation from branch to trunk with r4569.
comment:17 Changed 14 years ago by mkommend
Corrected AssemblyVersion of newly added plugins with r4570.
comment:18 Changed 14 years ago by mkommend
Enabled saving of the CrossValidation with r4617.
comment:19 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from accepted to reviewing
comment:20 Changed 14 years ago by mkommend
- Owner changed from swagner to mkommend
- Status changed from reviewing to readytorelease
comment:21 Changed 14 years ago by abeham
- Version changed from branch to 3.3.1
comment:22 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.2
Preparation for cross validation - removed the test samples from the trainining samples and added ValidationPercentage parameter with r4468.