Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with River #432

Open
martindurant opened this issue Sep 22, 2021 · 0 comments
Open

Integrate with River #432

martindurant opened this issue Sep 22, 2021 · 0 comments

Comments

@martindurant
Copy link
Member

https://riverml.xyz/latest/ provides online, per-event machine learning. Whilst we have tried to approach them to accept streamz as a known type of input, it makes sense to just do it here.

The idea would be to have RiverLearn streamz node (either a sink, or a normal node returning a metric) and a RiverPredict node, the pair sharing the same River model or pipeline. The River calls are blocking, but fast - so this can be part of a fast async events system. There are other specific types in River that might emit on a condition, e.g., the drift detector's .change_detected, so we might have a few classes to make, but all of them pretty simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant