question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sort predicted actions on probability score from HTTP API

See original GitHub 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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
akeladcommented, Feb 11, 2019

Thanks for raising this issue, @tmbo will get back to you about it soon.

0reactions
therealdeadlycommented, Mar 21, 2019

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found