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

Added support for working on scikit 0.24 #348

Closed prachir1501 closed 3 years ago

prachir1501 commented 3 years ago

removed and replaced the deprecate APIs with new ones(wherever possible). Now the package does not through error when installed alongside with scikit 0.24.

shankarpandala commented 3 years ago

@prachir1501 Sorry for delayed response. There are merge conflicts can you fix them.

prachir1501 commented 3 years ago

I have resolved the merge conflicts. Please have a look.