Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Last modified 6 years ago

#1636 new enhancement

Weighted evaluation of data analysis models — at Version 2

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 4.x Backlog
Component: Problems.DataAnalysis Version: 3.3.5
Keywords: Cc:

Description (last modified by gkronber)

It should be possible to indicate weights for observations. Benefits:

  • More important data points can be weighted more strongly
  • Outliers can be remove by setting the weight to zero
  • If we know the variance for observations we can consider non-equal variances for observations
  • We could more easily aggregate multiple observations and put a higher weight on it (the average has less variance).

Change History (2)

comment:1 Changed 11 years ago by gkronber

  • Priority changed from medium to low

comment:2 Changed 6 years ago by gkronber

  • Description modified (diff)
  • Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 4.x Backlog
  • Priority changed from low to medium
  • Summary changed from Functionality for conditional evaluation of data analysis models to Weighted evaluation of data analysis models

This could also be implemented via weights for rows in the dataset.

Weights allow more fine grained control over evaluation. There is seemingly no other ticket for implementation of weighted evaluation of regression models. Therefore, I'm re-purposing this ticket.

Note: See TracTickets for help on using tickets.