🎬 Movie Recommendation System (DataSynthis ML Job Task)

This model was built using the MovieLens dataset for the ML Engineer Intern task.

Features

Item-based Collaborative Filtering Matrix Factorization (SVD) Evaluation Metrics: Precision = 0.7460454747522295, Recall = 0.5147626084794534

How to Use

from joblib import load
model = load("model.joblib")
# Use recommend_movies(user_id, N) function
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Evaluation results