# ExperimentScore
## Properties
**scorer_id** | **String** | |
**name** | **String** | What the column is called in the dataset that ran it, resolved server-side because a list of runs spanning datasets cannot hold every dataset's scorers to look it up. |
**kind** | **String** | |
**mean** | Option<**f64**> | | [optional]
**pass_rate** | Option<**f64**> | The share of scored cells at or above the column's threshold, for a column that has one. Absent where the column has no threshold and the mean is the whole headline. | [optional]
**scored** | **i32** | |
**failed** | **i32** | How many of the run's cells the column failed on. A column that failed on all of them has no number to report and is still one of the columns that ran. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)