paper-with-me

Papers

Comparing Classifiers: A Case Study Using PyCM

2026-02-13 · Sadra Sabouri, Alireza Zolanvari, Sepand Haghighi arxiv

Selecting an optimal classification model requires a robust and comprehensive understanding of the performance of the model. This paper provides a tutorial on the PyCM library, demonstrating its utility in conducting deep-dive evaluations of multi-class classifiers. By examining two different case scenarios, we illustrate how the choice of evaluation metrics can fundamentally shift the interpretation of a model's efficacy. Our findings emphasize that a multi-dimensional evaluation framework is essential for uncovering small but important differences in model performance. However, standard metrics may miss these subtle performance trade-offs.

📄 PDF Abstract BibTeX arXiv:2602.13482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PyCM: Multiclass confusion matrix library in Python

2018-05-29 · The Journal of Open Source Software 2018 5 · Sepand Haghighi, Masoomeh Jasemi, Shaahin Hessabi, Alireza Zolanvari

PyCM is a multi-class confusion matrix library written in Python that supports both input data vectors and direct matrix, and a proper tool for post-classification model evaluation that supports most classes and overall …

General Classification

Examining the Use of Neural Networks for Feature Extraction: A Comparative Analysis using Deep Learning, Support Vector Machines, and K-Nearest Neighbor Classifiers

2018-05-06 · Stephen Notley, Malik Magdon-Ismail

Neural networks in many varieties are touted as very powerful machine learning tools because of their ability to distill large amounts of information from different forms of data, extracting complex features and enabling…

BIG-bench Machine LearningGeneral Classification

Boxer: Interactive Comparison of Classifier Results

2020-04-16 · Michael Gleicher, Aditya Barve, Xinyi Yu, Florian Heimerl

Machine learning practitioners often compare the results of different classifiers to help select, diagnose and tune models. We present Boxer, a system to enable such comparison. Our system facilitates interactive explora…

FairnessModel Selection

GradCheck: Analyzing classifier guidance gradients for conditional diffusion sampling

2024-06-25 · Philipp Vaeth, Alexander M. Fruehwald, Benjamin Paassen, Magda Gregorova

To sample from an unconditionally trained Denoising Diffusion Probabilistic Model (DDPM), classifier guidance adds conditional information during sampling, but the gradients from classifiers, especially those not trained…

Denoising

Towards resilient machine learning for ransomware detection

2018-12-21 · Li Chen, Chih-Yuan Yang, Anindya Paul, Ravi Sahita

There has been a surge of interest in using machine learning (ML) to automatically detect malware through their dynamic behaviors. These approaches have achieved significant improvement in detection rates and lower false…

BIG-bench Machine LearningGenerative Adversarial NetworkMalware Analysis