#715 closed feature request (done)
Tool to export CEDMA results into a simple text based file
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | CEDMA.Core | Version: | 3.2 |
Keywords: | Cc: |
Description ΒΆ
Change History (10)
comment:1 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by gkronber
Added first implementation of CEDMA exporter with r2228. Exports GP and SVM models in separate files and basic quality attributes of models. Export of variable impacts doesn't work correctly yet.
comment:4 Changed 16 years ago by gkronber
Implemented export of variable impacts and changed GP Tree exporter to use variable names instead of indexes with r2232.
comment:5 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 16 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
There is a bug in export of terminal nodes.
comment:7 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from reopened to closed
Fixed bug in s-exp export format of terminal nodes with r2262.
comment:8 Changed 16 years ago by gkronber
Also fixed in the HL trunk with r2264.
comment:9 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Created a branch for the implementation of the exporter based on revision r2164 of HL with r2227.