From 9fe374993445e9733f1057349f66bc9e0361c5eb Mon Sep 17 00:00:00 2001 From: Dominik Herold Date: Tue, 8 May 2018 13:37:28 +0200 Subject: [PATCH] fix filename for sentiment analysis --- 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();