Replies: 1 comment
-
Yeah, I agree that having an option to skip the offending itemsets would be ideal, but this is not implemented. I think the best workaround at the moment is using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a relatively small dataset with large itemsets up to size 70. I'm trying to use fpmax because otherwise there's way too many subsets of itemsets overlapping. However as soon as I switch from apriori to fpmax, I get KeyErrors because (I think) of incomplete support information.
I'm wondering if there's a way I can just skip the offending itemsets instead of it stopping the whole process. I'm not sure how useful
support_only
will be if I can't sort by confidence or conviction at the end. Actually, what doesassociation_rules
withsupport_only
do that's different from the support already generated in thefrequent_itemset
dataframe?Beta Was this translation helpful? Give feedback.
All reactions