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

Câu 30: Databricks Certified Machine Learning Associate

A data scientist is attempting to tune a logistic regression model logistic using scikit-learn. They want to specify a search space for two hyperparameters and let the tuning process randomly select values for each evaluation. They attempt to run the following code block, but it does not accomplish the desired task: W…

Nội dung câu hỏi

A data scientist is attempting to tune a logistic regression model logistic using scikit-learn. They want to specify a search space for two hyperparameters and let the tuning process randomly select values for each evaluation. They attempt to run the following code block, but it does not accomplish the desired task: Which of the following changes can the data scientist make to accomplish the task?

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. Replace the GridSearchCV operation with RandomizedSearchCV — đáp án hiện tại
  2. B. Replace the GridSearchCV operation with cross_validate
  3. C. Replace the GridSearchCV operation with ParameterGrid
  4. D. Replace the random_state=0 argument with random_state=1
  5. E. Replace the penalty= ['12', '11'] argument with penalty=uniform ('12', '11')

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ề