You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/csharp/getting-started/BinaryClassification_SentimentAnalysis/SentimentAnalysis/SentimentAnalysisConsoleApp/Program.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ static void Main(string[] args)
53
53
54
54
Console.WriteLine("The model is saved to {0}",ModelPath);
55
55
56
-
// TRY IT: Make a single test prediction loding the model from .ZIP file
57
-
SentimentIssuesampleStatement=newSentimentIssue{Text="This is a very rude movie"};
56
+
// TRY IT: Make a single test prediction, loading the model from .ZIP file
57
+
SentimentIssuesampleStatement=newSentimentIssue{Text="I love this movie!"};
58
58
59
59
// Create prediction engine related to the loaded trained model
0 commit comments