3 references to Sentiment
Microsoft.ML.Tests (3)
Transformers\TextFeaturizerTests.cs (3)
768Assert.Equal(input.Sentiment, prediction.Sentiment); 769Assert.True(input.Sentiment && prediction.Score > 1 || !input.Sentiment && prediction.Score < -1);