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

Câu 27: Databricks Certified Machine Learning Associate

A machine learning engineer is trying to scale a machine learning pipeline pipeline that contains multiple feature engineering stages and a modeling stage. As part of the cross-validation process, they are using the following code block: A colleague suggests that the code block can be changed to speed up the tuning pr…

Nội dung câu hỏi

A machine learning engineer is trying to scale a machine learning pipeline pipeline that contains multiple feature engineering stages and a modeling stage. As part of the cross-validation process, they are using the following code block: A colleague suggests that the code block can be changed to speed up the tuning process by passing the model object to the estimator parameter and then placing the updated cv object as the final stage of the pipeline in place of the original model. Which of the following is a negative consequence of the approach suggested by the colleague?

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. The model will take longer to train for each unique combination of hyperparameter values
  2. B. The feature engineering stages will be computed using validation data — đáp án hiện tại
  3. C. The cross-validation process will no longer be parallelizable
  4. D. The cross-validation process will no longer be reproducible
  5. E. The model will be refit one more per cross-validation fold

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ề