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

Adding accessors to ClassifierChainModel and IndependentMultiLabelModel #302

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

Craigacp
Copy link
Member

@Craigacp Craigacp commented Dec 2, 2022

Description

Adds accessors for the models which comprise a classifier chain or a binary relevance multilabel model.

Motivation

Model access is useful for inspecting the inner models. Fixes #300.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 2, 2022
@Craigacp Craigacp added the squash-commits Squash the commits when merging this PR label Dec 2, 2022
@Craigacp Craigacp merged commit 6b89899 into main Dec 8, 2022
@Craigacp Craigacp deleted the ensemble-model-accessors branch December 8, 2022 17:20
Craigacp added a commit that referenced this pull request Dec 16, 2022
…el (#302)

* Adding accessors to ClassifierChainModel and IndependentMultiLabelModel.

* Adding an accessor for the inner model in Viterbi.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement. squash-commits Squash the commits when merging this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to get inner model from multi-label classification model?
2 participants