Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hierarchical classification in sklearn [closed]

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

Thank you so much in advance.

like image 621
prasadith Avatar asked Jun 19 '17 02:06

prasadith


1 Answers

I couldn't find an implementation of Hierarchical Classification on scikit-learn official documentation. But I found this repository recently. This module is based on scikit-learn's interfaces and conventions. I hope this will be useful.

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

like image 114
Lahiru Karunaratne Avatar answered Sep 27 '22 23:09

Lahiru Karunaratne