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

Câu 42: Google Cloud Professional Machine Learning Engineer

You are building a model to predict daily temperatures. You split the data randomly and then transformed the training and test datasets. Temperature data for model training is uploaded hourly. During testing, your model performed with 97% accuracy; however, after deploying to production, the model's accuracy dropped t…

Nội dung câu hỏi

You are building a model to predict daily temperatures. You split the data randomly and then transformed the training and test datasets. Temperature data for model training is uploaded hourly. During testing, your model performed with 97% accuracy; however, after deploying to production, the model's accuracy dropped to 66%. How can you make your production model more accurate?

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. Normalize the data for the training, and test datasets as two separate steps.
  2. B. Split the training and test data based on time rather than a random split to avoid leakage. — đáp án hiện tại
  3. C. Add more data to your test set to ensure that you have a fair distribution and sample for testing.
  4. D. Apply data transformations before splitting, and cross-validate to make sure that the transformations are applied to both the training and test sets.

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ề