Sort predicted actions on probability score from HTTP API
See original GitHub issueRasa 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.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
python - How to get probabilities along with classification in ...
I am using Logistic regression algorithm for multi-class text classification. I need a way to get the confidence score ...
Read more >Performance metric for algorithm predicting probability of low ...
As I employ statistical/machine learning techniques, I would like to measure the performance of my techniques on historical data. I cannot employ metrics...
Read more >Prediction of Crowdfunding Project Success Probability using ...
NN) and Random forest are used to predict probability. Sorting smoothing method. (SSM) is used to predict the estimated actual probability.
Read more >predict_proba() for SVC produces incorrect results for binary ...
Description svm.predict_proba() produces revered results for binary classification this seems to be specific to binary classification.
Read more >Making Predictions with Sequences - Machine Learning Mastery
Generally, prediction problems that involve sequence data are ... other as well as their attributes and the activities they are involved in.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for raising this issue, @tmbo will get back to you about it soon.
@akelad yes, done the work on pull request 1733 and merged with the master successfully. New to this I thought the issue would auto-close after the merge, do I have to close it?