Class Weights vs Resampling

Medium
machine-learning PayPal Robinhood Coinbase

You are training a logistic regression model on an imbalanced dataset (10% positive, 90% negative). A teammate suggests using SMOTE, but you prefer adjusting class weights in the loss function. What is the main advantage of using class weights over resampling?

Multiple Choice

Correct!
Incorrect — try again next time!