Certified Machine Learning Professional Exam QuestionsBrowse all questions from this exam

Certified Machine Learning Professional Exam - Question 8


Which of the following operations in Feature Store Client fs can be used to return a Spark DataFrame of a data set associated with a Feature Store table?

Show Answer
Correct Answer: AE

To return a Spark DataFrame of a data set associated with a Feature Store table, the correct operation is fs.read_table. This function retrieves data from the Feature Store and returns it as a Spark DataFrame.

Discussion

6 comments
Sign in to comment
hugodscarvalhoOption: E
Jan 27, 2024

Doc: https://docs.databricks.com/en/machine-learning/feature-store/workspace-feature-store/feature-tables.html#read-from-a-feature-table

BokNinjaOption: E
Dec 19, 2023

E. fs.read_table

trendy01Option: E
Dec 27, 2023

E. fs.read_table

random_data_guyOption: E
Dec 27, 2023

https://docs.databricks.com/en/machine-learning/feature-store/workspace-feature-store/feature-tables.html#read-from-a-feature-table

sindhu_gowdaOption: E
Jun 11, 2024

E is correct

zafarsohaibOption: E
Jun 17, 2024

fs.read_table returns Spark df