latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Predictive Segments

Retrieve predictive scoring model

Retrieve a specific predictive scoring model's statistics.

get/audiences/{audienceId}/predictive_segments/{predictiveSegmentId}

Path parameters

audienceIdinteger required
predictiveSegmentIdinteger required

Response

success

audienceIdstring integer
idstring integer
baseSegmentIdstring integer nullable
segmentIdstring integer
scoredSegmentIdstring integer nullable
namestring
descriptionstring nullable
categoricalAsColumnNamesstring[]
categoricalArrayAsColumnNamesstring[]
quantitativeAsColumnNamesstring[]
accuracynumber double nullable

Accuracy for trained model evaluated on initial training.

areaUnderRocCurvenumber double nullable
gradeThresholdsnumber[]

Given the items [a, b, c], they must meet the condition a >= b >= c

createdAtstring date-time
updatedAtstring date-time

Example response

{
  "gradeThresholds": [
    75,
    50,
    25
  ]
}