You Don’t Need Neural Networks to Do Continual Learning

Continual learning is the ability of ML models to learn progressively as new data arrive. This is how to implement it in Python with XGBoost, LightGBM or CatBoost.

Samuele Mazzanti
Towards Data Science
9 min readMar 14, 2022

--

From static learning to continual learning. [Image by Author]

Continual learning is one of the hottest topics in artificial intelligence right now. However…

--

--