scikit-learn-contrib / hiclass

A python library for hierarchical classification compatible with scikit-learn
BSD 3-Clause "New" or "Revised" License
113 stars 20 forks source link

Parent class of _fit_digraph under HierarchicalClassifier.py #83

Open sophianguyen189 opened 1 year ago

sophianguyen189 commented 1 year ago

Hi @mirand863,

Would you mind advising where _fit_digraph() under fitinHierarchicalClassifier.py is inherited from?

Thank you

mirand863 commented 1 year ago

Hi @sophianguyen189,

This method is actually implemented in the subclasses, i.e., local classifiers per node, parent node and per level. It is missing the abstract method in the HierarchicalClassifier.py, but I will add it there. Thank you for pointing it out.

Kind regards, Fabio