Uh oh!
There was an error while loading. Please reload this page.
Update dataset usage and to version 0.11 for Sentiment Analysis - #680
Conversation
@JRAlexander I tested the PR.working fine. But I have questions on the output. I believe that probability also should be > 50% to get prediction correctly. Correct me if I am wrong. @CESARDELATORRE Adding Cesar for reference. |
JRAlexander
commented
Mar 8, 2019
It leaves the door open for improving the model. This is the dataset we are using. It has better accuracy than using wikidetox. |
CESARDELATORRE
commented
Mar 8, 2019
Well, a rule of thumb is to have an accuracy higher than 80%. However, depending on the business/domain it might need to be a lot higher or even be acceptable to be lower. When using small datasets it is normal in most cases that the accuracy won't be very super high, neither the probabilities. Since we're using small datasets for short trainings, I'd suggest not to show the probability in the code or output.. |
JRAlexander
commented
Mar 8, 2019
I'm going to leave it in there with an explanation about the small data |
luisquintanilla
left a comment
There was a problem hiding this comment.
Looks good @JRAlexander. Added a suggestion. I'll leave the decision to implement or not up to you.
Uh oh!
There was an error while loading. Please reload this page.
JRAlexander
commented
Mar 8, 2019
Added your suggestion as issue here dotnet/docs#11221 |
JRAlexander
commented
Mar 8, 2019
Thanks, @luisquintanilla! |

Revising with UCI Sentiment Dataset for greater model accuracy, and updating to 0.11.0.