telekom / nlu-bridge

MIT License
4 stars 5 forks source link

Extend NLUdataset to handle prediction results #14

Closed kengelbrecht closed 2 years ago

kengelbrecht commented 2 years ago

With the Vendor.test() method we return results as NLULdataset. Currently (a) probabilities are added but will not be modified if the dataset is e.g. filtered, split, etc. Also, (b) we may want to keep more data like the n-best list of intents and their confidences.

kengelbrecht commented 2 years ago

Solved with commit de4f15e10b534b3dfb in Develop branch.