Opened 8 years ago
Closed 8 years ago
#2759 closed feature request (done)
Change problemdata of DataAnalysisAlgorithms
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description
Escpecially, when performing large experiments it is very helpful to exchange all problem data objects of an already configured experiment. For example, an experiment for cross validation with random forests and several parameter combinations is already configured and should be applied to new data.
I have a MenuItem providing that functionality sitting in my HeuristicLab source folder for several months that should be added to the source so that it can be used by others as well.
Change History (6)
comment:1 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 8 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 8 years ago by gkronber
- Summary changed from Change problemdata of DataAnaylsisAlgorithms to Change problemdata of DataAnalysisAlgorithms
comment:4 Changed 8 years ago by gkronber
comment:5 Changed 8 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:6 Changed 8 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14805: Added menu item to exchange the problem data of optimizers.