Regression with PyCaret: A better machine learning library

Let’s see just how easy it is to solve regression problems with PyCaret. Source code included.

Dario Radečić
Towards Data Science
6 min readJul 10, 2020

--

A couple of days back I’ve covered the basics of the PyCaret library and demonstrated how it defeats well-known Scikit-Learn when it comes to ease of use. Today we’ll get a bit more specific, and cover how regression tasks are handled. Reading the previous article isn’t a prerequisite, but feel free to skim over it if you haven’t used the library before.

--

--