w4k2 / stream-learn

The stream-learn is an open-source Python library for difficult data stream analysis.
https://stream-learn.readthedocs.io
GNU General Public License v3.0
62 stars 20 forks source link

Data stream generators and evaluators should be pretty printable #22

Open chkoar opened 4 years ago

chkoar commented 4 years ago

A quick and dirty solution would be to inherit from scikit-learn's BaseEstimator class. Another option would be to create a base class or a mixin just for stream-learn.