Skip to content

Add support for user provided confidence interval data #25

@flemingjf

Description

@flemingjf

Provide functionality for confidence intervals to be contained within models. When building a slice, allow users to provide metrics representing upper or lower confidence intervals for that slice, which then are accessed when rescaling and calculating scores. Metric aggregation occurs separately for each of the lower CI, main value, and upper CI to provide up to 3 scores per sample for each slice. Slice score rescaling 0-1 will be done once on the entirety of the slice such that the largest sample score between the 3 slice scores is mapped to 1 and the smallest is mapped to 0, ensuring that CI scores and main scores can be directly compared in magnitude.

Example:
TxpSlice(txpValueNames = "metric1", txpLowerNames = "metric2", txpUpperNames = "metric3")

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions