You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is about writing a backend pipeline when user asks for a movie recommendation. Both sequential and explicit models will be used. Flow works like this:
user_id, genre, previously_watched_movie_ids, model_to_use? as input
new_recommended_movie as output
The text was updated successfully, but these errors were encountered:
This one is about writing a backend pipeline when user asks for a movie recommendation. Both sequential and explicit models will be used. Flow works like this:
user_id, genre, previously_watched_movie_ids, model_to_use? as input
new_recommended_movie as output
The text was updated successfully, but these errors were encountered: