#624 closed feature request (done)
Algorithm for support vector regression
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: SupportVectorMachines | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (9)
comment:1 Changed 16 years ago by gkronber
- Type changed from defect to feature request
comment:2 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:3 Changed 16 years ago by gkronber
comment:4 Changed 16 years ago by gkronber
Changed variable name of training MSE from TrainingQuality to Quality to match semantic of GP models with r1874.
comment:5 Changed 16 years ago by gkronber
Should also include MAPE and MAPRE evaluators for usage in CEDMA.
comment:6 Changed 16 years ago by gkronber
Added calculation of MAPE, MAPRE, VAF to hard-coded SVM algorithm with r1889.
comment:7 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:8 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.
Added hard-coded algorithm for SVR with best model selection on the validation set with r1854.