classoften
Classoften is an informal term used in data science to denote the most frequent or majority class in a labeled dataset. It is commonly discussed in the context of imbalanced data, where one class occurs much more often than others. In practice, a model that tends to predict the classoften can achieve high overall accuracy despite performing poorly on minority classes.
Origin and usage: The term blends 'class' and 'often' and is not part of formal machine learning
Implications for evaluation and modeling: When a classoften dominates a dataset, naive classifiers that always predict
Relationship to other concepts: Classoften is closely related to concepts of class imbalance, majority class, and