Hi, When I tried to run the part 3 Association Rules Mining, for %%time rules = association_rules(orders, 0.01) There as an error as shown below: TypeError: 'numpy.ndarray' object is not callable Please advise. Thanks.