# ScorerMean
## Properties
**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)