
Databricks Certified Machine Learning - Associate
Get started today
Ultimate access to all questions.
In a machine learning project, you have a trained model and a new batch of data to make predictions. Explain the concept of feature lineage in a feature store and provide a step-by-step process to trace the lineage of features used for scoring the model in Databricks, including the necessary code snippets.
In a machine learning project, you have a trained model and a new batch of data to make predictions. Explain the concept of feature lineage in a feature store and provide a step-by-step process to trace the lineage of features used for scoring the model in Databricks, including the necessary code snippets.
Explanation:
Option B correctly explains the concept of feature lineage in a feature store and provides a step-by-step process to trace the lineage of features used for scoring the model in Databricks, including the necessary code snippets. Option A provides a brief explanation of feature lineage but does not include the process or code. Option C is incorrect as it states that feature lineage is not necessary. Option D suggests a manual approach for tracking feature lineage, which is not the best practice when using a feature store.