Opened 7 years ago
Last modified 6 years ago
#2872 new feature request
New Variable symbol for Symbolic Regression that can handle missing values
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Symbolic | Version: | |
Keywords: | Cc: |
Description
Similar to factor variables a new variable symbol that returns a constant if no value is present or otherwise the variable value times a weight should be implemented.
if(var.value is NaN) return c; else return var.Value * w;
Necessary steps
- Implement symbol and adapt interpreters
- Include and update grammars
- Adapt constants optimization
- Unit test
- New rules for model simplification
Change History (1)
comment:1 Changed 6 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.17
Note: See
TracTickets for help on using
tickets.