-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestoptimizationquasinet_rewriteFor issues relating to rewriting the quasinet with no calls to RFor issues relating to rewriting the quasinet with no calls to R
Description
When finding the best splits, sometimes we may be trying the same split more than once.
This happens because:
- say we have the categories [a, b, c]. Currently, our algorithm considers both splits
[a], [b, c]and[b, c], [a], even when they are the same split. - when randomly sampling during the choice of splits, we may randomly sample the same splits more than once.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestoptimizationquasinet_rewriteFor issues relating to rewriting the quasinet with no calls to RFor issues relating to rewriting the quasinet with no calls to R