Opened 9 years ago
Last modified 8 years ago
#2572 closed feature request
SymbolicRegressionSolutionsAnalyzer should also add training and test R² values to the scope so that they can be read by other analyzers — at Version 5
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Problems.DataAnalysis.Symbolic.Regression | Version: | 3.3.13 |
Keywords: | Cc: |
Description (last modified by gkronber)
It is currently not possible to track test R² (or other metrics for test quality) of symbolic regression solutions with the analyzers in HeuristicLab.Analysis because this value is not stored in the scope.
Change History (5)
comment:1 Changed 9 years ago by gkronber
- Owner set to gkronber
- Status changed from new to accepted
comment:2 Changed 9 years ago by gkronber
comment:3 Changed 9 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to assigned
Review comments:
- What is the point of this ticket (hard to judge without a description)? It is hard for other analyzers to read the R² values, because they would have to know the solution names, because these are used as variable names.
- Why are there always null checks before accessing parameters? Aren't these obsolete, because the parameter is never null?
comment:5 Changed 9 years ago by gkronber
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
r13582: added parameters to SymbolicRegressionSolutionsAnalyzer to write R² (training & test) for all solutions to the scope