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
In the LocalClassifierPerParentNode file, there is a "TODO: Add parameter to receive hierarchy as parameter in constructor" line.
My question would be: how would the classifiers behave if there is a label that has no corresponding data, but is in the hierarchy?
The text was updated successfully, but these errors were encountered:
tcsmaster
changed the title
question about "Hierarchy as a parameter in constructor"
[Question] About "Hierarchy as a parameter in constructor"
May 16, 2024
This feature was available in one of the earliest releases of the library, but when I refactored I decided to remove it and never had the time to add it back. I would expect the training to fail if there is no data for a given local classifier or at least for it not to do anything during prediction since it has not been trained.
In the LocalClassifierPerParentNode file, there is a "TODO: Add parameter to receive hierarchy as parameter in constructor" line.
My question would be: how would the classifiers behave if there is a label that has no corresponding data, but is in the hierarchy?
The text was updated successfully, but these errors were encountered: