5 writes to SentimentText
Microsoft.ML.IntegrationTests (5)
Debugging.cs (3)
43new TweetSentiment { Sentiment = true, SentimentText = "I love ML.NET." }, 44new TweetSentiment { Sentiment = true, SentimentText = "I love TLC." }, 45new TweetSentiment { Sentiment = false, SentimentText = "I dislike fika." }
Prediction.cs (2)
58var pr = engine.Predict(new TweetSentiment() { SentimentText = "Good Bad job" }); 71pr = newEngine.Predict(new TweetSentiment() { SentimentText = "Good Bad job" });