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