CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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?

Minh họa câu hỏi

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.

  1. A. Lựa chọn A bằng hình ảnhLựa chọn A
  2. B. Lựa chọn B bằng hình ảnhLựa chọn B
  3. C. features_df.write.mode("fs").path("new_table")
  4. D. Lựa chọn D bằng hình ảnh — đáp án hiện tạiLựa chọn D
  5. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề