Skip to content

Associate an id with a prediction

Allison Brucker (Resources Online) edited this page May 30, 2017 · 4 revisions

This page has migrated to our new site. Please update any bookmarks.

Associate an ID with a prediction

Assuming you have an input called Id (which contains a unique numeric id for each example) in your file you can do

predictionWithId = Splice(prediction:Id)
Clone this wiki locally