-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Updating .tt file due to renaming of LbfgsPoissonRegression. #3140
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -567,7 +567,7 @@ public static LbfgsLogisticRegressionBinaryTrainer LbfgsLogisticRegression(this | |
/// <example> | ||
/// <format type="text/markdown"> | ||
/// <] | ||
/// [!code-csharp[PoissonRegression](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/Regression/LbfgsPoissonRegression.cs)] | ||
/// ]]></format> | ||
/// </example> | ||
public static LbfgsPoissonRegressionTrainer LbfgsPoissonRegression(this RegressionCatalog.RegressionTrainers catalog, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
there were other renamings which accompanied this .. should we fix those too in this PR ? #3016 (comment) #Resolved There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rest of the examples are not using .tt or they have been converted to .tt after the above change. So, those are fine right now. In reply to: 270582198 [](ancestors = 270582198) |
||
|
@@ -593,7 +593,7 @@ public static LbfgsPoissonRegressionTrainer LbfgsPoissonRegression(this Regressi | |
/// <example> | ||
/// <format type="text/markdown"> | ||
/// <] | ||
/// [!code-csharp[PoissonRegression](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/Regression/LbfgsPoissonRegressionWithOptions.cs)] | ||
/// ]]></format> | ||
/// </example> | ||
public static LbfgsPoissonRegressionTrainer LbfgsPoissonRegression(this RegressionCatalog.RegressionTrainers catalog, LbfgsPoissonRegressionTrainer.Options options) | ||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to prefix this with Lbfgs.
In reply to: 270581846 [](ancestors = 270581846)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the alt-text for the link, so it should be the name of the API.
In reply to: 270973957 [](ancestors = 270973957,270581846)