2 references to SentimentData
Microsoft.Extensions.ML.Tests (2)
PredictionEnginePoolTests.cs (2)
33
services.AddPredictionEnginePool<
SentimentData
, SentimentPrediction>()
38
var pool = sp.GetRequiredService<PredictionEnginePool<
SentimentData
, SentimentPrediction>>();