2 references to MovieRatingPrediction
Microsoft.ML.AutoML.Samples (2)
AutoFit\RecommendationExperiment.cs (2)
60
var predictionEngine = mlContext.Model.CreatePredictionEngine<Movie,
MovieRatingPrediction
>(bestRun.Model);
68
var
prediction = predictionEngine.Predict(testMovie);