Skip to content

Commit 4c82069

Browse files
author
Rogan Carr
committed
Adding an example for using PFI
1 parent 78cad14 commit 4c82069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/samples/Microsoft.ML.Samples/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ internal static class Program
66
{
77
static void Main(string[] args)
88
{
9-
NormalizerExample.Normalizer();
9+
//NormalizerExample.Normalizer();
10+
PFI_RegressionExample.PFI_Regression();
1011
}
1112
}
1213
}

0 commit comments

Comments
 (0)