Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Closed 7 years ago

#2673 closed enhancement (done)

Solution view for variable impacts

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.15
Component: Problems.DataAnalysis.Views Version: 3.3.14
Keywords: Cc:

Description

The regression solution view has a separate button to calculate and show the variable impacts. I think it would be better to implement this within a solution view (like scatter-plot...)

Change History (6)

comment:1 Changed 8 years ago by gkronber

  • Owner set to gkronber
  • Status changed from new to accepted

comment:2 Changed 8 years ago by gkronber

r14348:

  • removed button for variable impacts calculation and
  • implemented a separate SolutionView instead.
  • Fixed a bug in Regression/RegressionSolutionVariableImpactsCalculator

comment:3 Changed 8 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from accepted to reviewing

comment:4 Changed 7 years ago by mkommend

Reviewed r14348. Everything OK!

comment:5 Changed 7 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from reviewing to readytorelease

r14463: Minor changes in RegressionSolutionVariableImpactCalculation to includes variables the are used for prediction but not allowed as input variables in the problem data.

This happens for example if models are created manually with the infix expression parser. In most cases the change in r14463 should have absolutely no effect.

comment:6 Changed 7 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

r14530: merged r14348 and 14463 from trunk to stable

Note: See TracTickets for help on using tickets.