What is HiClass?

HiClass is an open-source Python library for hierarchical classification compatible with scikit-learn. It mirrors the popular API from scikit-learn to train and predict with the most common design patterns for local hierarchical classification. Implemented models include the local classifiers per node, per parent node and per level. HiClass is released under the simplified BSD 3-Clause license.

For the source code, please take a look at the repository on Github.