Opened 13 years ago
Closed 12 years ago
#1552 closed feature request (done)
Experiments for regression and classification
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Specialized experiments for data-analysis which provide the functionality to apply all available algorithms using cross-validation (and probably even parameter-search) on a given regression or classification problem.
Ideally, it should be possible to export the experiment results (including visualizations) to a report skeleton.
Change History (12)
comment:1 Changed 13 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.6
comment:2 Changed 13 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.6 to HeuristicLab 3.3.x Backlog
comment:3 Changed 13 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.6
- Status changed from new to accepted
comment:4 Changed 13 years ago by gkronber
comment:5 Changed 13 years ago by mkommend
r6635: Corrected event handler registration in DataAnalysisProblem.
comment:6 Changed 13 years ago by mkommend
r6636: Corrected event registration in cross validation.
comment:7 Changed 13 years ago by gkronber
r6777: removed first implementation for regression workbench again.
comment:8 Changed 13 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.6 to HeuristicLab 3.3.x Backlog
comment:9 Changed 12 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
comment:10 Changed 12 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
Changes for events in r6587:6636 must be reviewed. The changes of the project file and the class RegressionWorkbench don't have to be reviewed as they were reverted in r6777.
comment:11 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
Reviewed changes according to event registration in DataAnalysisProblem and CrossValidation.
comment:12 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.7
r6587: implemented first version of an optimizer for regression analysis experiments