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

Câu 78: Google Cloud Professional Machine Learning Engineer

You are creating a deep neural network classification model using a dataset with categorical input values. Certain columns have a cardinality greater than 10,000 unique values. How should you encode these categorical values as input into the model?

Nội dung câu hỏi

You are creating a deep neural network classification model using a dataset with categorical input values. Certain columns have a cardinality greater than 10,000 unique values. How should you encode these categorical values as input into the model?

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. Convert each categorical value into an integer value.
  2. B. Convert the categorical string data to one-hot hash buckets. — đáp án hiện tại
  3. C. Map the categorical variables into a vector of boolean values.
  4. D. Convert each categorical value into a run-length encoded string.

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ề