We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ad884 commit 368734bCopy full SHA for 368734b
src/mlnet/CodeGenerator/CSharp/TrainerGenerators.cs
@@ -245,7 +245,7 @@ internal override IDictionary<string, string> NamedParameters
245
{"FeatureColumnName","featureColumnName" },
246
{"L1Regularization","l1Regularization" },
247
{"L2Regularization","l2Regularization" },
248
- {"OptmizationTolerance","optimizationTolerance" },
+ {"OptimizationTolerance","optimizationTolerance" },
249
{"HistorySize","historySize" },
250
{"EnforceNonNegativity","enforceNonNegativity" },
251
};
@@ -368,7 +368,7 @@ internal override IDictionary<string, string> NamedParameters
368
369
370
371
372
373
374
0 commit comments