Câu 17: Databricks Certified Machine Learning Professional
A data scientist has created a Python function compute_features that returns a Spark DataFrame with the following schema: The resulting DataFrame is assigned to the features_df variable. The data scientist wants to create a Feature Store table using features_df. Which of the following code blocks can they use to creat…
Nội dung câu hỏi
A data scientist has created a Python function compute_features that returns a Spark DataFrame with the following schema: The resulting DataFrame is assigned to the features_df variable. The data scientist wants to create a Feature Store table using features_df. Which of the following code blocks can they use to create and populate the Feature Store table using the Feature Store Client fs?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
-
A. Lựa chọn A bằng hình ảnh
-
B. Lựa chọn B bằng hình ảnh
- C. features_df.write.mode("fs").path("new_table")
-
D. Lựa chọn D bằng hình ảnh — đáp án hiện tại
- E. features_df.write.mode("feature").path("new_table")
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.