You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the FIGSClassifier for a binary classification. I set the maximum number of rules, I can plot the trees, but how can I get the generated rules. If possible, with their confidence?
Regards
The text was updated successfully, but these errors were encountered:
For FIGS, you can follow the example in figs_demo.ipynb which uses extract_sklearn_tree_from_figs() and SKompiler to extract the rules for individual trees.
Thanks,
I will have a look. Are there plan to unify how rules are extracted from any imodels model ? I can see there is a Rule class in the code, but it is not used consistently in the package.
Hi,
I am trying to use the FIGSClassifier for a binary classification. I set the maximum number of rules, I can plot the trees, but how can I get the generated rules. If possible, with their confidence?
Regards
The text was updated successfully, but these errors were encountered: