From e3da75a797d28aa203cf73d49c8e7eefc8b96b46 Mon Sep 17 00:00:00 2001 From: Jeremy Abbott Date: Tue, 8 May 2018 07:29:57 -0700 Subject: [PATCH] Fixes link to sentiment analysis example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c8be04931..541669fb95 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For more information, see the [.NET Foundation Code of Conduct](https://dotnetfo ## Examples -Here's an example of code to train a model to predict sentiment from text samples. (You can see the complete sample [here](https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/Scenarios/Scenario3_SentimentPrediction.cs)): +Here's an example of code to train a model to predict sentiment from text samples. (You can see the complete sample [here](https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/Scenarios/SentimentPredictionTests.cs)): ```C# var pipeline = new LearningPipeline();