Closed agemcipe closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@8ec3e50
). Click here to learn what that means.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For some reason the documentation build is failing with the last commits. @agemcipe can you please take a look? Here is the log and I can also give you access to read the docs if it makes things easier. 23132520.txt
The goal of this PR is to implement multi-label hierarchical classification thereby lifting the restriction that the target variable has to correspond to a single well-defined path from root to most specific class in the hierarchy. Instead, multiple paths can be specified and in turn, trained on and predicted. Closes #23
Additionally, this PR also fixes #75