-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Chain on decision_function or predict_proba in ClassifierChain #9247
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
Comments
Hi, I would like to work on it |
Go ahead
…On Thu, Jun 29, 2017 at 11:43 AM, RAKOTOARISON Herilalaina < ***@***.***> wrote:
Hi, I would like to work on it
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9247 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADvEEFptELgMjWKaB-JOr6NbK5ofkXtWks5sI_BLgaJpZM4OJHoG>
.
|
@jnothman I am not 100% sure, if I am going on the right path. Can you look and suggest me about the same. Definitely, I understand that I'll have to work on array manipulation, further. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ClassifierChain uses the prediction from the classifier for each label as a feature for the next label's classifier. Instead of chaining on the categorical prediction it should be able to select a
method
to chain on, one of { predict, predict_proba, decision_function }.The text was updated successfully, but these errors were encountered: