Retention Prediction Data

Filename

organizationName_ANONYMIZED_COLLABORATION_PREDICTIONS_YYYYMMDDZ.extension

Variables:

  • organizationName: the slugified name of the organization

  • YYYYMMDD, week this file contains data from. Week is in ISO format, being Monday first day of the week.

  • extension, depending on the format and compression, see below:

Available formats

FormatCompressionExtension

NONE,GZIP

.csv[.gz]

NONE,GZIP

.json[.gz]

NONE,DEFLATE,SNAPPY

.avro

NONE,SNAPPY,GZIP,ZSTD

.parquet[.gz]

File contents

Provides an estimate of the probability (range 0.0 - 1.0) of an employee leaving within the next 12 weeks or 26 weeks (depending on customer settings).

Sample row

NDJSON example (note examples are pretty printed for documentation purposes otherwise will be presented in one row each)

{
  "employeeId": "A000001",
  "week": "2019-05-20",
  "probability": 0.42577
}

This row indicates that employee with id A000001 has a 42.5% chance of leaving in upcoming 12 weeks.

Last updated