Opened 4 years ago
Last modified 4 years ago
#3135 reviewing feature request
SymbolicRegressionSolutionsAnalyzer should allow to collect other solution properties (not only R²)
Reported by: | gkronber | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Symbolic.Regression | Version: | trunk |
Keywords: | Cc: |
Description
Currently, the extraction of R² for training and test is hard-coded. It would be nice to have a similar operator that allows to extract other solution properties as well.
Change History (3)
comment:1 Changed 4 years ago by gkronber
- Milestone set to HeuristicLab 3.3.17
- Status changed from new to accepted
- Version set to trunk
comment:2 Changed 4 years ago by gkronber
comment:3 Changed 4 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
Note: See
TracTickets for help on using
tickets.
r18053: added a new analyzer which allows to configure the solution result name, and renamed and marked the existing SolutionRSquaredAnalyzer as obsolete.