How to Solve NameError: name 'load_transactions' is not defined -- apyori

Solution: Import the 'load_transactions' module

To Solve the error, add the following line to the top of your code.

from apyori import load_transactions

 

For more information:
Python apyori load_transactions