You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: