QuestionQ111

Guidelines for Responsible AI

A company plans to develop an AI model for its global customer base. The company wants to train the model using a dataset that represents user diversity.

Which action meets this requirement?

  • A Balance class representation in the dataset.
  • B Use a regional dataset with complete data.
  • C Oversample majority class data.
  • D Drop minority class data records.
Explanation

Balancing class representation helps ensure that no group is disproportionately underrepresented in the training data. Class imbalance can cause a model to fit larger groups at the expense of smaller groups, producing less accurate or biased outcomes for the underrepresented population.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!