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

Problem with Classifier Chain Implementation #1

Open
pawanjay176 opened this issue May 11, 2016 · 1 comment
Open

Problem with Classifier Chain Implementation #1

pawanjay176 opened this issue May 11, 2016 · 1 comment

Comments

@pawanjay176
Copy link

Hi,

I am trying to use your classifier chain implementation on my set of features and using an xgboost classifier instance. I have double checked my training feature set and the training labels that I pass to the classifier chain instance. But, the predictions by using classifier chains drastically reduces. If I just use a simple xgboost classifier without chaining them, I get an F1 score of around 0.80 both on training and testing set. But, by using classifier chains, my F1 score goes down to 0.50 which is really low. Any thoughts on why would this be?

Thanks,
Pawan

@u1234x1234
Copy link
Owner

Hi Pawan,

I've used slightly modified version Classifier Chain from scikit-learn PR. Some kind of problems may be due to the type of predictions: 0,1 labels, or probability. Could you post your code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants