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

Replace deprecated xgboost parameter n_first_trees by trees #20

Closed
wants to merge 1 commit into from

Conversation

euklid321
Copy link

@euklid321 euklid321 commented Mar 20, 2018

Parameter n_first_trees was deprecated in xgboost and only returns tree number n and not the first n trees. We fixed this and used parameter trees instead.
This fixes #15

@davidADSP
Copy link
Collaborator

fixed by 10e61bb

@davidADSP davidADSP closed this Jun 18, 2018
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

Successfully merging this pull request may close these issues.

explainPredictions always uses maximum number of trees
2 participants