practical-machine-learning-with-python icon indicating copy to clipboard operation
practical-machine-learning-with-python copied to clipboard

Chapter 8 - frequent_itemsets not defined

Open technotebrasil opened this issue 5 years ago • 0 comments

2 print("num of required transactions = ", int(input_assoc_rules.shape[0]*support)) 3 num_trans = input_assoc_rules.shape[0]*support ----> 4 itemsets = dict(frequent_itemsets(data_tran_uk_en, support))

NameError: name 'frequent_itemsets' is not defined

technotebrasil avatar Mar 05 '20 15:03 technotebrasil