In the field of machine learning on data streams, data is assumed infinite and models are trained and updated continuously, thereby adapting to changes in the data. This talk provides an overview of data stream learning and introduces scikit-multiflow, an open-source Python framework to easily implement algorithms and perform experiments.
As traditional “batch” learning struggles to keep in pace with today’s data deluge, a parallel field emerges — data stream mining. In this field, data is assumed infinite and models are trained and updated continuously, thereby adapting to changes in the data. This talk provides an overview of the core concepts of data stream learning and introduces scikit-multiflow, an open-source Python framework to implement algorithms and perform experiments in the field of machine learning on evolving data streams.
This talk is composed of two main sections: