Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parent class of _fit_digraph under HierarchicalClassifier.py #83

Open
sophianguyen189 opened this issue Feb 8, 2023 · 1 comment
Open

Comments

@sophianguyen189
Copy link

Hi @mirand863,

Would you mind advising where _fit_digraph() under fit in HierarchicalClassifier.py is inherited from?

Thank you

@sophianguyen189 sophianguyen189 changed the title parent class of _fit_digraph under HierarchicalClassifier.py Parent class of _fit_digraph under HierarchicalClassifier.py Feb 8, 2023
@mirand863
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants