We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Hi @Martafenix, yes you certainly can. Here’s an example: https://github.com/bgreenwell/pdp/blob/master/slowtests/slowtests-mtcars.R. Not sure why you’re getting an error though without seeing a reproducible example.
Sorry, something went wrong.
My matrix is built like this, maybe that's why:
dt_train <- train_data %>% select(-all_of(vars_to_remove)) %>% as.matrix() %>% xgboost::xgb.DMatrix(label = target_train, weight = weight_train)
Are you able to post a short reproducible example @Martafenix? If so, I'd be happy to provide the fix.
No branches or pull requests
The text was updated successfully, but these errors were encountered: