Pergunta de entrevista da empresa SmartCow

How would you deal with a problem that has an imbalanced dataset?

Resposta da entrevista

Sigiloso

18 de jul. de 2023

You can try to find suitable metrics that deal with imbalanced data (e.g. F1 score). You can try data processing techniques (e.g. SMOTE). You have to define if you care more about not missing TP with some FP, or otherwise.