Skip to content

Question about predictor output: Score and PredictedLabel columns #5383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AdamMcIntosh opened this issue Sep 2, 2020 · 1 comment
Closed
Assignees
Labels
P3 Doc bugs, questions, minor issues, etc. question Further information is requested regression Bugs related regression tasks

Comments

@AdamMcIntosh
Copy link

Using the linear svm algorithm in ML.NET I am trying to get the probability that a prediction is in a certain class. However, probability is never outputted and according to this GitHub issue (#376 (comment)), a regression SVM doesn't output probability.

Is there something I am missing or is getting the probability of a linear svm prediction possible in ML.Net?

@mstfbl mstfbl self-assigned this Sep 2, 2020
@mstfbl mstfbl added P3 Doc bugs, questions, minor issues, etc. question Further information is requested regression Bugs related regression tasks labels Sep 2, 2020
@mstfbl
Copy link
Contributor

mstfbl commented Sep 3, 2020

Hi @AdamMcIntosh ,

It is true that the LinearSvmTrainer does not output the probability of a Linear SVM prediction. Feel free to browse other trainers listed here that may suit your needs. Thanks.

@mstfbl mstfbl closed this as completed Sep 3, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 Doc bugs, questions, minor issues, etc. question Further information is requested regression Bugs related regression tasks
Projects
None yet
Development

No branches or pull requests

2 participants