Skip to content

Complex metric sample (shortcut can be used for POC)

name : "1D ODD performance analysis" (we might have several dimension)
type : "DESIRED_ODD_COVERAGE" 
Description : "Desired ODD coverage, and adjustment proposal"


configuration : 
{
    "id"          : "ODD_COVERAGE",
    "scope"       : "model", // We can reuse the same metric for model + dataset
    "type"        : "odd_coverage_type", // A dedicated component for this metrics
    "name"        : "Desired ODD coverage, and adjustment proposal",
    "definition"  : "..", // md format to be displayed
    "tooltip"     : "Enable decision to adjust ODD of a component",
    "valid_mod"   : "USER_VALIDATION", // We can imagine here to define that we need METIER + BUSINESS validation
    component_config : {
        "dict of parameters" // To be discuss
    }, // Dynamic configuration for the components
},

Values :

- 1D curve [ float value ]
- list of interval values
   - MLCODD  : [0 - 50]
   - FML ODD : [25 - 75]
   ... 
   - REQ_PERFOMANCE : [85 - 100]