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