You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you mind advising where _fit_digraph() under fit in HierarchicalClassifier.py is inherited from?
Thank you
The text was updated successfully, but these errors were encountered:
sophianguyen189
changed the title
parent class of _fit_digraph under HierarchicalClassifier.py
Parent class of _fit_digraph under HierarchicalClassifier.py
Feb 8, 2023
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.
Hi @mirand863,
Would you mind advising where
_fit_digraph()
underfit
inHierarchicalClassifier.py
is inherited from?Thank you
The text was updated successfully, but these errors were encountered: