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

How to visualize the ThunderGBM? #77

Open
DarkoAlexander opened this issue Mar 7, 2022 · 3 comments
Open

How to visualize the ThunderGBM? #77

DarkoAlexander opened this issue Mar 7, 2022 · 3 comments

Comments

@DarkoAlexander
Copy link

DarkoAlexander commented Mar 7, 2022

Is there a way to see what is under the hood of the random forest? Is there a way to get the parameters of a trained model? Or maybe you can get the individual decisions trees as a nested-if-statement?

Thanks alot!

@Kurt-Liuhf
Copy link
Collaborator

Hi @DarkoAlexander, currently feature of visualzation is not supported in ThunderGBM, and we are considering to add this feature in the future. Also, we will be glad if you can make a contribution.

@DarkoAlexander
Copy link
Author

DarkoAlexander commented Mar 9, 2022

You say there is no feature of visualization. Is there also no way to get the parameters of the trained model? I want to get the numerical values for each node in each tree in the forest.

@Kurt-Liuhf
Copy link
Collaborator

Right, there is no way to get the parameters of the trained model (or numerical values of each node) in Python for now. Maybe you can refer to this and implement your own method.

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

2 participants