datatheque.com icon indicating copy to clipboard operation
datatheque.com copied to clipboard

TypeError: 'numpy.ndarray' object is not callable

Open peilinghor2701 opened this issue 4 years ago • 0 comments

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.

peilinghor2701 avatar Aug 26 '21 13:08 peilinghor2701