Opened 13 years ago
Closed 13 years ago
#1621 closed feature request (done)
View to analyze the response behavior of a regression model
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.6 |
Keywords: | Cc: |
Description
This view should show the change in the output of the model depending on a free variable assuming all other variables in the models are constant. Following information can be gained through such analysis:
- direction of the influence of a variable on the output (negative or positive impact)
- the direction and amount that an input variable must be changed to reach a given output value.
Since it often is the case that variables are not independent and have a combined effect on the model output some way of variable set analysis should also be supported.
Attachments (1)
Change History (12)
comment:1 Changed 13 years ago by gkronber
- Owner changed from mkommend to gkronber
- Status changed from new to accepted
comment:2 Changed 13 years ago by gkronber
comment:3 Changed 13 years ago by mkommend
- Type changed from defect to feature request
comment:4 Changed 13 years ago by gkronber
Ideally it should be possible to visualize the model response of multiple models in one chart.
comment:5 Changed 13 years ago by gkronber
r7028: fixed bugs in response function view and added scatter plot of original data as a reference.
comment:6 Changed 13 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:7 Changed 13 years ago by abeham
r7030: removed .resx reference in .csproj file
comment:8 Changed 13 years ago by mkommend
r7122: Renamed ResponseFunctionView and changed ordering of variable sliders (using the natural string comparer).
comment:9 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
Tested & reviewed the ResponseFunctionView and except the minor changes in r7122 everything works as expected. Please have a look at those changes and release the ticket afterwards.
comment:10 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
thanks for the improvements.
comment:11 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
r6656: implemented a first version of the model response view