shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.76k stars 317 forks source link

Only __init__.py imports #408

Open ILKaplan1 opened 1 year ago

ILKaplan1 commented 1 year ago

Describe the bug Only the init.py file imports into jupyter

To Reproduce Steps to reproduce the behavior:

  1. import lazypredict.Supervised

Screenshots

Screen Shot 2023-02-01 at 5 26 06 PM Screen Shot 2023-02-01 at 5 26 21 PM
shpatrickguo commented 1 year ago

It looks like it's looking for the lightgbm package.

Try running pip install lightgbm