#635 closed feature request (done)
Plugin HeuristicLab.Modeling as a common basis for all data-based modeling algorithms
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: Modeling | Version: | 3.2 |
Keywords: | Cc: |
Description
Should provide common interfaces and operators needed for all kinds of data-based modeling algorithms. LR, SVM, and GP.
Change History (12)
comment:1 Changed 16 years ago by gkronber
- Component changed from GP.StructureIdentification to Modeling
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by gkronber
Moved problem injectors from GP.StructureIdentification projects into HeuristicLab.Modeling and made some necessary adjustments (project name, references, plugin dependencies) with r1856.
comment:4 Changed 16 years ago by gkronber
Worked on lose coupling of CEDMA and GP/SVR with plugin HeuristicLab.Modeling as common bridge with r1857.
comment:5 Changed 16 years ago by gkronber
Fixed infinite recursion bug in StoreProxy and initialized the ProblemInjector of SVR to an actual ProblemInjector with r1858.
comment:6 Changed 16 years ago by gkronber
Moved simple evaluators from plugin SVM to plugin Modeling with r1869.
comment:7 Changed 16 years ago by gkronber
Adapted SVMEvaluator to work with simple evaluators of plugin Modeling with r1870.
comment:8 Changed 16 years ago by gkronber
Worked on different dispatching of deterministic and non-deterministic modeling algorithms with r1873.
comment:9 Changed 16 years ago by gkronber
Added simple evaluators for mean absolute percentage error, mean absolute percentage of range error and, variance accounted for with r1888.
comment:10 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:11 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
Added project frame for plugin HeuristicLab.Modeling with r1855.