How to Solve NameError: name 'LazyRegressor' is not defined -- lazypredict

Solution: Import the 'LazyRegressor' module

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

from lazypredict.Supervised import LazyRegressor

 

For more information:
Python lazypredict LazyRegressor