Movie Recommendations in BigQuery ML 2.5 Reviews

18399 reviews

Task 4.2 has a wrong query, the correct query is: SELECT * FROM ML.PREDICT(MODEL `cloud-training-prod-bucket.movies.movie_recommender`, ( WITH seen AS ( SELECT ARRAY_AGG(movieId) AS movies FROM movies.movielens_ratings WHERE userId = 903 ) SELECT movieId, title, 903 AS userId FROM movies.movielens_movies, UNNEST(genres) g, seen WHERE g = 'Comedy' AND movieId IN UNNEST(seen.movies) )) ORDER BY predicted_rating DESC LIMIT 5

Hector P. · Reviewed about 4 years ago

Carolina R. · Reviewed about 4 years ago

Mario R. · Reviewed about 4 years ago

MOHIT B. · Reviewed about 4 years ago

Rajasaravanan M. · Reviewed about 4 years ago

David L. · Reviewed about 4 years ago

Adusumalli D. · Reviewed about 4 years ago

Jagan M. · Reviewed about 4 years ago

Javier B. · Reviewed about 4 years ago

good

roja n. · Reviewed about 4 years ago

José Benito G. · Reviewed about 4 years ago

Namandeep S. · Reviewed about 4 years ago

Juan Cruz G. · Reviewed about 4 years ago

Matsyendra S. · Reviewed about 4 years ago

Jijo A. · Reviewed about 4 years ago

Krishna T. · Reviewed about 4 years ago

Andrei D. · Reviewed about 4 years ago

Sanal B. · Reviewed about 4 years ago

MARK SACHIN K. · Reviewed about 4 years ago

Aditya B. · Reviewed about 4 years ago

Andrew K. · Reviewed about 4 years ago

Aaron R. · Reviewed about 4 years ago

Walter V. · Reviewed about 4 years ago

Dhilipan P. · Reviewed about 4 years ago

Miguel Q. · Reviewed about 4 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.