Publication | Open Access
HiClass: a Python library for local hierarchical classification compatible with scikit-learn
21
Citations
0
References
2021
Year
EngineeringMachine LearningMachine Learning ToolHierarchical DataClassification PerformanceClassification MethodData ScienceData MiningPattern RecognitionHierarchical MetricsHierarchical ClassificationUnified ClassificationAutomatic ClassificationKnowledge DiscoveryComputer ScienceDeep LearningPython LibraryComputational BiologyLocal Hierarchical ClassificationClassifier System
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.