Integration of river with maki-nage #600
MainRo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello everyone, hello @jacobmontiel,
I released a first integration of river-ml with maki-nake. Maki-Nage is a stream processing framework in python. It is designed to easily implement data transformations on stream sources. It can be used with kafka as a source, but also with batch data like pandas dataframes.
The integration is in the python package rxsci-river. It is a thin wrapper between river and maki-nage. You can find examples here:
https://github.com/maki-nage/rxsci-river/blob/master/example/hoeffding_tree.py
https://github.com/maki-nage/rxsci-river/blob/master/tests/test_concept_drift.py
https://github.com/maki-nage/rxsci-river/blob/master/tests/evaluate/test_prequential.py
For now, I only tested concept drift and prequential evaluation on Hoeffding trees.
You can find more information on the wrapper here, and more information on maki-nage here.
I'd be pleased to get any feedback on it.
Beta Was this translation helpful? Give feedback.
All reactions