Return Predicted Labels in Order of Input Labels

#18
by KunzMachineLearning - opened

Hello: I am doing a batch scoring of texts and would like to have scores and the labels returned not in the order of highest probability but rather in the order of the labels sent into the model. This will allow me to create a pandas dataframe with scores / labels in consistent order and not have to sort the scores. Thanks!

Sign up or log in to comment