We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0aa6b commit b70c76aCopy full SHA for b70c76a
mlxtend/frequent_patterns/association_rules.py
@@ -119,7 +119,6 @@ def association_rules(
119
if null_values and df_orig is None:
120
raise TypeError("If null values exist, df_orig must be provided.")
121
122
-
123
# if null values exist, num_itemsets must be provided
124
if null_values and num_itemsets == 1:
125
raise TypeError("If null values exist, num_itemsets must be provided.")
0 commit comments