We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9df9f commit 45489d0Copy full SHA for 45489d0
src/Microsoft.ML.Data/Dirty/PredictorBase.cs
@@ -19,7 +19,7 @@ public abstract class PredictorBase<TOutput> : IPredictorProducing<TOutput>
19
{
20
public const string NormalizerWarningFormat =
21
"Ignoring integrated normalizer while loading a predictor of type {0}.{1}" +
22
- " Please refer https://aka.ms/MLNetIssue for assistance with converting legacy models.";
+ " Please refer to https://aka.ms/MLNetIssue for assistance with converting legacy models.";
23
24
protected readonly IHost Host;
25
0 commit comments