English

HiClass: a Python library for local hierarchical classification compatible with scikit-learn

Machine Learning 2023-01-24 v9

Abstract

HiClass is an open-source Python library for local hierarchical classification entirely compatible with scikit-learn. It contains implementations of the most common design patterns for hierarchical machine learning models found in the literature, that is, the local classifiers per node, per parent node and per level. Additionally, the package contains implementations of hierarchical metrics, which are more appropriate for evaluating classification performance on hierarchical data. The documentation includes installation and usage instructions, examples within tutorials and interactive notebooks, and a complete description of the API. HiClass is released under the simplified BSD license, encouraging its use in both academic and commercial environments. Source code and documentation are available at https://github.com/scikit-learn-contrib/hiclass.

Keywords

Cite

@article{arxiv.2112.06560,
  title  = {HiClass: a Python library for local hierarchical classification compatible with scikit-learn},
  author = {Fábio M. Miranda and Niklas Köhnecke and Bernhard Y. Renard},
  journal= {arXiv preprint arXiv:2112.06560},
  year   = {2023}
}

Comments

17 pages, 9 figures, 7 tables

R2 v1 2026-06-24T08:14:45.326Z