Lazy Predict: Running Many Machine Learning Models Quick and Simply

@lee-rowe
4 min readMay 29, 2021

I would like to start this blog off by giving all credit to whom it’s do. A fellow named Ismael Araujo made a fascinating post about around a month ago that can be found here. He explains quite nicely how you can run over forty models in around ten lines of code using a library called Lazy Predict. I will explain my thoughts on the library and demonstrate how to implement it with both classification as well as regression models in this post.

Datasets…

--

--