Databricks Certified Machine Learning Professional Databricks-Machine-Learning-Professional Question # 9 Topic 1 Discussion

Databricks Certified Machine Learning Professional Databricks-Machine-Learning-Professional Question # 9 Topic 1 Discussion

Databricks-Machine-Learning-Professional Exam Topic 1 Question 9 Discussion:
Question #: 9
Topic #: 1

A data scientist has created a Python functioncompute_featuresthat returns a Spark DataFrame with the following schema:

Databricks-Machine-Learning-Professional Question 9

The resulting DataFrame is assigned to thefeatures_dfvariable. The data scientist wants to create a Feature Store table usingfeatures_df.

Which of the following code blocks can they use to create and populate the Feature Store table using the Feature Store Clientfs?


A.

Databricks-Machine-Learning-Professional Question 9 Option 1


B.

9


C.

features_df.write.mode("fs").path("new_table")


D.

9


E.

features_df.write.mode("feature").path("new_table")


Get Premium Databricks-Machine-Learning-Professional Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.