scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
477 stars 106 forks source link

Can real time data be taken for DESlib #268

Closed JSHAILAJA closed 2 years ago

Menelau commented 2 years ago

@JSHAILAJA Hello,

In the case what do you mean by real time data? Is it a dynamic environment in which data comes as a stream (online setting) instead of dealing with just a static block of data? If yes, DESlib does not offer this functionality natively. However, there are other Python libraries that uses the estimators from scikit-learn and put them in an environment that can deal with it. You you can check the scikit-Dyn2sel as one example: https://github.com/luccaportes/Scikit-DYN2SEL