spearman

Note

ID: catalog.metrics.spearman | Type: MetricPipeline

{
    "main_score": "spearmanr",
    "metric": {
        "hf_metric_name": "spearmanr",
        "main_score": "spearmanr",
        "type": "huggingface_metric"
    },
    "preprocess_steps": [
        {
            "field_to_field": [
                [
                    "references/0",
                    "references"
                ]
            ],
            "type": "copy_fields",
            "use_query": true
        },
        {
            "failure_defaults": {
                "prediction": 0.0
            },
            "fields": {
                "prediction": "float",
                "references": "float"
            },
            "type": "cast_fields",
            "use_nested_query": true
        }
    ],
    "type": "metric_pipeline"
}