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

Câu 21: Databricks Certified Machine Learning Associate

A machine learning engineer would like to develop a linear regression model with Spark ML to predict the price of a hotel room. They are using the Spark DataFrame train_df to train the model. The Spark DataFrame train_df has the following schema: The machine learning engineer shares the following code block: Which of…

Nội dung câu hỏi

A machine learning engineer would like to develop a linear regression model with Spark ML to predict the price of a hotel room. They are using the Spark DataFrame train_df to train the model. The Spark DataFrame train_df has the following schema: The machine learning engineer shares the following code block: Which of the following changes does the machine learning engineer need to make to complete the task?

Minh họa câu hỏi 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. They need to call the transform method on train_df
  2. B. They need to convert the features column to be a vector — đáp án hiện tại
  3. C. They do not need to make any changes
  4. D. They need to utilize a Pipeline to fit the model
  5. E. They need to split the features column out into one column for each feature

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ề