A data scientist is training a binary classification model on an imbalanced dataset (95% negative, 5% positive) using AutoML Tables. Which strategy should they use to handle the class imbalance?
AutoML Tables supports a weight column to give more importance to minority class.
Why this answer
AutoML Tables automatically handles class imbalance by applying class weights and downsampling. Users can also specify a weight column explicitly.