windmill-api 1.796.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ScorerMean

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scorer_id** | **String** |  | 
**mean** | Option<**f64**> |  | [optional]
**baseline_mean** | Option<**f64**> |  | [optional]
**pass_rate** | Option<**f64**> | The share of scored cells that passed, for a column with a threshold. Reported beside the mean rather than instead of it: a pass rate says how many cases are good enough, a mean says by how much, and neither answers the other's question.  | [optional]
**baseline_pass_rate** | Option<**f64**> |  | [optional]
**scored** | **i32** |  | 
**missing_in_baseline** | **i32** | Cells the baseline has no score for, so a column the baseline never ran shows as unscored rather than as a spurious difference. | 
**definition_changed** | **bool** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)