LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Machine Learning - Associate

Databricks Certified Machine Learning - Associate

Get started today

Ultimate access to all questions.


When developing a recommendation system within a machine learning project, which Databricks MLlib-supported algorithm is appropriate for implementing collaborative filtering?

Real Exam



Explanation:

Matrix Factorization is the correct choice for collaborative filtering tasks in recommendation systems. This technique decomposes the user-item interaction matrix into two matrices that represent users and items in a lower-dimensional space, enabling the model to uncover latent features that reflect user preferences and item attributes. Databricks MLlib includes matrix factorization as part of its collaborative filtering algorithms, making it a suitable option for such tasks.

Powered ByGPT-5