Combining PyCaret and TimeMachines for Time-Series Prediction

Microprediction
4 min readJun 21, 2021

The popular open-source PyCaret package provides automated machine learning capability, allowing the user to search hundreds of regression models. The TimeMachines package provides a variety of incremental (online) time-series algorithms. In this short post, we cover the nuts and bolts of using these two libraries together. We shall

  1. Grab a live time series…

--

--