brandmaier/semtree

dynamically adjust min_N and min_bucket?

Opened this issue · 0 comments

maybe add a heuristic for those values if they are not set by the user.

Say, count the number of free parameters and multiply by 5 to set min_bucket, then set min_N as 2*min_bucket.