Glossary term
Glossary term
Foundations
Synonym for class-imbalanced dataset.
Created for this library
A fraud team handles an imbalanced dataset with class weights so the rare positive class drives more of the loss during training.
A medical screening team handles an imbalanced dataset for rare diseases by reporting precision-recall curves rather than ROC.
A churn team handles an imbalanced dataset by undersampling retained customers during training to balance the gradient signal.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License