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.86k stars 329 forks source link

added provide_models method. #301

Closed shyamcody closed 3 years ago

shyamcody commented 3 years ago

In this PR, I have added a provide_models method to return a dictionary containing the name and pipeline objects of each models trained inside the fit method. This will allow us to use any model trained in the object.

shyamcody commented 3 years ago

@shankarpandala I have added this new method. But the code is failing the azurepipeline tests. Can you check and suggest what should be changed?