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

Policy tree deeper than 3 #85

Open
ZhiyLiu opened this issue Mar 16, 2021 · 2 comments
Open

Policy tree deeper than 3 #85

ZhiyLiu opened this issue Mar 16, 2021 · 2 comments
Labels
question Further information is requested

Comments

@ZhiyLiu
Copy link

ZhiyLiu commented Mar 16, 2021

Hi,
Did anyone succeed to fit a policy tree of 4 levels depth.

@erikcs
Copy link
Member

erikcs commented Mar 18, 2021

Hi @ZhiyLiu, policytree is mainly intended for building shallow trees on moderately sized data. Depth 4 is something that would only be computationally feasible on small data, or data with very low cardinality, like all binary Xj's, the exact runtime is here: https://grf-labs.github.io/policytree/reference/policy_tree.html#details

@erikcs erikcs added the question Further information is requested label Mar 18, 2021
@erikcs
Copy link
Member

erikcs commented Aug 12, 2021

@ZhiyLiu the new feature branch #118 has a method to build deeper (i.e depth >= 3) trees by performing "locally" optimal search.depth splits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants