-
Notifications
You must be signed in to change notification settings - Fork 2.7k
v.11. How to lower the threshold of the predictor #331
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
Comments
@kdcllc An issue was created for this here dotnet/machinelearning#2645 (comment) Adding @CESARDELATORRE for reference |
We have changed the pipeline as below. So we don't need to use any threshold value.
The scores are good when evaluated the model with the above pipeline and no need to set any threshold. We will try to create other sample with label skew and threshold values. Please find the sample here https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/BinaryClassification_SpamDetection for reference. Closing this issue. thanks 👍 |
@prathyusha12345 Thank you for following up on this issue! |
In version 0.10 we were able to adjust the threshold for StochasticDualCoordinateAscent
here
The text was updated successfully, but these errors were encountered: