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

breakdown to slow for xgboost #25

Open
amirva opened this issue Oct 10, 2018 · 0 comments
Open

breakdown to slow for xgboost #25

amirva opened this issue Oct 10, 2018 · 0 comments

Comments

@amirva
Copy link

amirva commented Oct 10, 2018

Hi Biecek,

The package is great; but I got a non-sense issue. I have a xgboost binary classification model (objective = "binary:logistic", metric = "auc) with roughly 1000 trees and 200 variables. When I am trying to breakdowm the model for a new observation using "broken", it takes 1.5 hour per each observation!! Is it normal or something is wrong?

Should I specify the prediction function? DMatrix or model.matrix objects could be source of the problem?
In this implementation, can I use DMatrix object without using "model.matrix"? If so how?

Thanks,

Amir

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

1 participant