We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cad14 commit 4c82069Copy full SHA for 4c82069
docs/samples/Microsoft.ML.Samples/Program.cs
@@ -6,7 +6,8 @@ internal static class Program
6
{
7
static void Main(string[] args)
8
9
- NormalizerExample.Normalizer();
+ //NormalizerExample.Normalizer();
10
+ PFI_RegressionExample.PFI_Regression();
11
}
12
13
0 commit comments