Stuck on an issue?
Rasa Core version: 0.12.4
Python version: 3.6
Operating system (windows, osx, …): windows
Issue: Currently, the API endpoint :- /conversations/{sender_id}/predict doesn’t return the actions in the score array sorted on their score(probabilities) values.
Is it feasible to sort the array in the server.predict(), just like in the training.interactive._request_action_from_user() in consequence removing the need to implement it in interactive and making the score array more comprehensible.
Read more here: Source link
