
Answer-first summary for fast verification
Answer: %pip install databricks-feature-engineering
To install the databricks-feature-engineering client in Databricks Runtime, the correct method is to use the %pip magic command. Therefore, the correct option is **B) %pip install databricks-feature-engineering**.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is the correct method to install the databricks-feature-engineering client in Databricks Runtime?
A
conda install databricks-feature-engineering
B
%pip install databricks-feature-engineering
C
spark install databricks-feature-engineering
D
pip install databricks-feature-engineering
No comments yet.