latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Predictive Segments

Retrieve list of predictive scoring models

Retrieve a list of predictive scoring models in the specified parent segment.

get/audiences/{audienceId}/predictive_segments

Path parameters

audienceIdinteger required

Master Segment id of the predictive segment

Response

successful operation

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
    ]
  }
]