Get Column Distribution
Calculates density distribution / histogram for a numeric column.
Args: project_id run_id split inference_name (bool, default ""): Optional inference name. Required if split is inference current_user (User, optional): The current user making the HTTP request. Defaults to Depends(authentication_service.current_user).
distribution_request (DistributionRequest): In request body: col: Required. The column to calculate distribution on nbins: Number of bins for the distribution. Default 20 limit_min: Minimum value for the limit of the dist. Default to min of column limit_max: Maximum value for the limit of the dist. Default to min of column Inherits from ContentRequest.
- Optional filters for the request
Returns: Distribution
Was this page helpful?