
Explanation:
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.
Ultimate access to all questions.
No comments yet.
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