Opened 14 years ago
Closed 14 years ago
#1321 closed enhancement (done)
Implement possibility to apply SVM training on classification problems
Reported by: | swinkler | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.4 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.4 |
Keywords: | Cc: |
Description
Currently SVM training cannot be applied to learning classifiers, only to learning regression models.
Change History (6)
comment:1 Changed 14 years ago by gkronber
comment:3 Changed 14 years ago by gkronber
- Owner changed from mkommend to gkronber
- Status changed from new to accepted
comment:4 Changed 14 years ago by gkronber
- Status changed from accepted to readytorelease
comment:5 Changed 14 years ago by gkronber
- Milestone changed from HeuristicLab Backlog to HeuristicLab 3.3.4
comment:6 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.4
Note: See
TracTickets for help on using
tickets.
This is caused by the fact that the classification problems uses the ProblemBase class. We should adapt the LR and SVM algorithms to work for any ISingleObjectiveDataAnalysisProblem.