Hierarchical classification in the sklearn

I would like to know if there is a hierarchical classification implementation in the scikit-learn package or in any other python package.

Thank you so much in advance.

+4
source share
1 answer

I could not find an implementation of hierarchical classification in the official scikit-learn documentation. But I recently found this repository. This module is based on interfaces and conventions using scikit-learn. Hope this will be helpful.

https://github.com/globality-corp/sklearn-hierarchical-classification

0
source

Source: https://habr.com/ru/post/1679580/


All Articles