Skip to main content

collect_scores_for_config

Function collect_scores_for_config 

Source
pub async fn collect_scores_for_config(
    storage: &Storage,
    config_id: ConfigId,
) -> Result<Vec<f64>>
Expand description

Load all signals tied to sessions that ran under config_id, group by session, and collapse each session’s signals into a single 0..=1 score.