-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Cannot access leaf nodes of trained trees #2084
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
Comments
ah, I realized I can get leaf values thru the publicly exposed 'GetLeaf' method on the fitted model. My bad! |
ah, TrainedEnsemble may need to be public for the following reason: |
Related to #1960 |
Duplicate of #1960 |
Issue
What did you do?
In FastTreeTrainerBase, I see that 'TrainedEnsemble' is not a public attribute.
What did you expect?
It would be awesome and useful for us if we could access the trained trees here. Thanks!
The text was updated successfully, but these errors were encountered: