@@ -20,11 +20,11 @@ public static class HalLearnersCatalog
20
20
/// <param name="catalog">The <see cref="RegressionCatalog"/>.</param>
21
21
/// <param name="labelColumn">The name of label column.</param>
22
22
/// <param name="featureColumn">The name of feature column.</param>
23
- /// <param name="weightColumn">The name of weight column.</param>
23
+ /// <param name="weightColumn">The name of optional weight column.</param>
24
24
/// <example>
25
25
/// <format type="text/markdown">
26
26
/// <]
27
+ /// [!code-csharp[OrdinaryLeastSquares ](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/Regression/OrdinaryLeastSquares.cs)]
28
28
/// ]]>
29
29
/// </format>
30
30
/// </example>
@@ -53,7 +53,7 @@ public static OlsLinearRegressionTrainer OrdinaryLeastSquares(this RegressionCat
53
53
/// <example>
54
54
/// <format type="text/markdown">
55
55
/// <]
56
+ /// [!code-csharp[OrdinaryLeastSquares ](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/Regression/OrdinaryLeastSquaresWithOptions.cs)]
57
57
/// ]]>
58
58
/// </format>
59
59
/// </example>
@@ -78,7 +78,7 @@ public static OlsLinearRegressionTrainer OrdinaryLeastSquares(
78
78
/// <example>
79
79
/// <format type="text/markdown">
80
80
/// <]
81
+ /// [!code-csharp[SymbolicStochasticGradientDescent ](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/SymbolicStochasticGradientDescent.cs)]
82
82
/// ]]>
83
83
/// </format>
84
84
/// </example>
@@ -107,7 +107,7 @@ public static SymSgdClassificationTrainer SymbolicStochasticGradientDescent(this
107
107
/// <example>
108
108
/// <format type="text/markdown">
109
109
/// <]
110
+ /// [!code-csharp[SymbolicStochasticGradientDescent ](~/../docs/samples/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/SymbolicStochasticGradientDescentWithOptions.cs)]
111
111
/// ]]>
112
112
/// </format>
113
113
/// </example>
0 commit comments