#2206 closed feature request (done)
Integrate DataPreprocessing into HeuristicLab
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
Component: | DataPreprocessing | Version: | 3.3.9 |
Keywords: | Cc: |
Description
The project group implemented the data preprocessing functionality for HeuristicLab. The source code must be reviewed, eventually adapted and integrated in the trunk.
Change History (16)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
comment:3 Changed 10 years ago by mkommend
r11068: Removed separate plugin for transformations and integrated them in HeuristicLab.Problems.DataAnalysis.
comment:4 Changed 10 years ago by mkommend
r11070: Clean up of data preprocessing code (removed unused code, used more appropriate collections, hiding of the backtransform button of symreg models).
comment:5 Changed 10 years ago by mkommend
r11098: Bug fixes regarding the deletion of rows in the grid display and code simplifications.
comment:6 Changed 10 years ago by mkommend
r11114: Merged data preprocessing into the trunk.
comment:7 Changed 10 years ago by ascheibe
r11116 fixed project files to work with linux
comment:8 Changed 10 years ago by mkommend
- Status changed from accepted to reviewing
r11119: Removed branch for data preprocessing.
comment:9 Changed 10 years ago by mkommend
- Owner changed from mkommend to gkronber
comment:10 Changed 10 years ago by gkronber
r11156: made several changes / improvements to the data-preprocessing code while reviewing the code
comment:11 Changed 10 years ago by gkronber
- Owner changed from gkronber to mkommend
Please check r11156. If this is OK for you the ticket can be released (I reviewed all changes to the existing code base).
comment:12 Changed 10 years ago by mkommend
comment:13 Changed 10 years ago by mkommend
comment:14 Changed 10 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:15 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
r11160: Corrected merge info for PreprocessingCheckedItemListView.
comment:16 Changed 10 years ago by mkommend
r11163: Adapted merge info for PreprocessingCheckedItemListView in the trunk as well.
r11064: Updated data preprocessing branch with trunk changes.