Skip to content

Associate an id with a prediction

Maggsl edited this page Apr 13, 2017 · 4 revisions

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