#1009 closed feature request (done)
Operators and algorithm for support vector regression
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.1 |
Component: | ZZZ OBSOLETE: Problems.DataAnalysis.Regression | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Change History (21)
comment:1 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
comment:3 Changed 15 years ago by gkronber
Deleted auto-generated plugin class with r3843.
comment:4 Changed 15 years ago by gkronber
Created a static method for SVM model evaluation with r3847.
comment:5 Changed 15 years ago by mkommend
added !HeuristicLabLibSVMPlugin.cs to ignore list r3850
comment:6 Changed 15 years ago by gkronber
Added views for support vector machine models and support vector regression solutions with r3853.
comment:7 Changed 15 years ago by mkommend
corrected SVMs in HL3.3 r3855
comment:8 Changed 15 years ago by mkommend
added calculation and view for support vectors r3858
comment:9 Changed 15 years ago by gkronber
Added SVM algorithm for data analysis with r3877.
comment:10 Changed 15 years ago by gkronber
Set svn:ignore properties with r3878.
comment:11 Changed 15 years ago by gkronber
Changed cross-validation in SVM.NET to return the MSE instead of the correlation coefficient with r3879.
comment:12 Changed 15 years ago by gkronber
Worked on support vector regression operators and views with r3884.
comment:13 Changed 15 years ago by gkronber
Fixed compile error with r3887.
comment:14 Changed 15 years ago by gkronber
Fixed another compile error with r3888.
comment:15 Changed 15 years ago by gkronber
Improved code for analyzers for SVR and symbolic regression with r3892.
comment:16 Changed 15 years ago by gkronber
comment:17 Changed 15 years ago by gkronber
Fixed problem with shuffling and cross-validation in SVM cross-validation evaluator with r3934.
comment:18 Changed 14 years ago by gkronber
- Version changed from 3.3 to 3.3.1
comment:19 Changed 14 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:20 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 operators for support vector regression with r3842.