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.78k stars 321 forks source link

Remove unnecessary module loads. Get all relevant classifiers and reg… #349

Closed sanromd closed 3 years ago

sanromd commented 3 years ago

Modifies Supervised.py to remove the ModuleNotFoundError during load. The changes makes the code compatible with sklearn 0.23.x and 0.24.x.

Summary of changes

test passed

shankarpandala commented 3 years ago

@sanromd Thankyou for your contribution!