Skip to content

Commit

Permalink
Adding an example for using PFI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogan Carr committed Nov 27, 2018
1 parent 78cad14 commit 4c82069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/samples/Microsoft.ML.Samples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ internal static class Program
{
static void Main(string[] args)
{
NormalizerExample.Normalizer();
//NormalizerExample.Normalizer();
PFI_RegressionExample.PFI_Regression();
}
}
}

0 comments on commit 4c82069

Please sign in to comment.