1 write to _trainedModel
Microsoft.ML.PerformanceTests (1)
TextPredictionEngineCreation.cs (1)
41_trainedModel = _context.Model.Load(modelPath, out var inputSchema);
1 reference to _trainedModel
Microsoft.ML.PerformanceTests (1)
TextPredictionEngineCreation.cs (1)
49return _context.Model.CreatePredictionEngine<SentimentData, SentimentPrediction>(_trainedModel);