In some cases a user may want to make a FIGS model more interpretable by limiting the number of trees. Adding a max_trees hyperparameter to complement the existing max_rules would be helpful in shaping the model. max_trees could be used to keep the number of trees low for easier human review, and to help prevent stump trees from being created.
Note we would keep max_rules as is, limiting the total rules / splits across all trees.
In some cases a user may want to make a FIGS model more interpretable by limiting the number of trees. Adding a
max_trees
hyperparameter to complement the existingmax_rules
would be helpful in shaping the model.max_trees
could be used to keep the number of trees low for easier human review, and to help prevent stump trees from being created.Note we would keep
max_rules
as is, limiting the total rules / splits across all trees.