Glossary entry
Class Imbalance
वर्ग असन्तुलन
Definition (English)
When some categories have far more examples than others, biasing a model.
अर्थ (नेपालीमा)
केही वर्गमा अरूभन्दा धेरै बढी उदाहरण भएर मोडेल पक्षपाती हुने अवस्था।
Glossary entry
वर्ग असन्तुलन
Definition (English)
When some categories have far more examples than others, biasing a model.
अर्थ (नेपालीमा)
केही वर्गमा अरूभन्दा धेरै बढी उदाहरण भएर मोडेल पक्षपाती हुने अवस्था।
Related terms
Oversampling
ओभरस्याम्पलिङ
Adding more copies of rare-class examples to balance a dataset.
SMOTE
स्मोट (SMOTE)
A technique that creates synthetic minority-class samples to fix class imbalance.
Active Learning
सक्रिय सिकाइ
A method where the model selects the most useful examples for humans to label.
Binning
बिनिङ
Grouping continuous values into discrete intervals or categories.
Categorical Variable
वर्गीय चर
A variable that takes one of a limited set of categories, like color or country.
Classification
वर्गीकरण
A task where the model assigns inputs to one of several predefined categories.
Confusion Matrix
कन्फ्युजन म्याट्रिक्स
A table showing correct and incorrect predictions broken down by class.
Cross-Validation
क्रस-भ्यालिडेसन
A technique that splits data into multiple parts to test a model more reliably.