Skip to content

Missing C# doc string for ChnageModelThreshold #4527

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
rauhs opened this issue Dec 6, 2019 · 2 comments
Closed

Missing C# doc string for ChnageModelThreshold #4527

rauhs opened this issue Dec 6, 2019 · 2 comments
Assignees

Comments

@rauhs
Copy link
Contributor

rauhs commented Dec 6, 2019

Linky:

public BinaryPredictionTransformer<TModel> ChangeModelThreshold<TModel>(BinaryPredictionTransformer<TModel> model, float threshold)
where TModel : class
{
if (model.Threshold == threshold)
return model;
return new BinaryPredictionTransformer<TModel>(Environment, model.Model, model.TrainSchema, model.FeatureColumnName, threshold, model.ThresholdColumn);
}

@gvashishtha
Copy link
Contributor

@frank-dong-ms

@frank-dong-ms-zz
Copy link
Contributor

Fix has been checked in.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants