Get Groupby Statistics
Calculates statistics for a particular categorical groupby column.
Calculates f1, precision, recall, DEP (if applicable), confidence (if applicable), and count, for each group in the groupby column.
Args: project_id run_id split groupby_col: Required query param. The column to calculate statistics on current_user (User, optional): The current user making the HTTP request. Defaults to Depends(authentication_service.current_user). inference_name (bool, default ""): Optional inference name. Required if split is inference groupby_request (ContentRequest, optional): See ContentRequest. Optional filters for the request
Returns: GroupByMetrics
Was this page helpful?