Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
jnothman opened this issue Jun 29, 2017 · 3 comments · Fixed by #27700
Closed

Chain on decision_function or predict_proba in ClassifierChain #9247

jnothman opened this issue Jun 29, 2017 · 3 comments · Fixed by #27700

Comments

@jnothman
Copy link
Member

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 }.

@herilalaina
Copy link
Contributor

Hi, I would like to work on it

@jmschrei
Copy link
Member

jmschrei commented Jun 29, 2017 via email

@SebastinSanty
Copy link
Contributor

SebastinSanty commented Jul 10, 2017

@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
Projects
None yet
6 participants