🔥 3-day streak
Databricks Certified Machine Learning Associate26 / 137
Question 26 of 137

A data scientist is using a Databricks Feature Engineering client to build a training dataset. They call fe.create_training_set() with a DataFrame containing a 'customer_id' column and several FeatureLookup objects that pull columns from a feature table keyed on 'customer_id'. When they later call fe.log_model() and score new data with fe.score_batch(), they want the model to automatically retrieve the looked-up features at inference time using only the raw input containing 'customer_id'. Which behavior of the returned TrainingSet supports this workflow?

Reviewed for accuracy · Report an issueNext question