[Extension Proposal] QT-EWMA Concept-Drift Detection Algorithm #1199
Replies: 1 comment
-
Hello there, thanks for getting in touch 👋
Would you mind giving us a brief explanation of the difference between the two? I'm asking because I'm wondering if we need to make a distinction in our API interface. Right now, we have a
Looks interesting! We already have a I don't see any mention of throughput in the paper. Do you have some rough complexity/benchmark at hand?
Is this always better than QuantTree? I'm not opposed to adding several methods to River. However, we do like to keep things minimal, and not overwhelm users with many methods. This second method seems to be an extension of the first method. Maybe there's a way to have a single class with different parametrizations?
You would have to abide by our BSD-3 license. I'm not sure your specific license encourages wide-spread adoption. But then again I'm not a licensing expert.
There is. It seems to be working fine, but let me know if you need help. In particular, you might want to make changes to the How thing I see is that your code uses a lot of numpy. We try to avoid numpy because it's often slow for online updates. Do you think this will be a blocker? Or maybe you're confident numpy is the fastest option? |
Beta Was this translation helpful? Give feedback.
-
Hello River Team, my name is Diego Stucchi, and I am a Ph.D. student from Politecnico di Milano. My main research topic is change and concept-drift detection. My colleagues and I worked on developing the QuantTree [1] algorithm and its extensions, including QT-EWMA [2], a concept-drift detector that controls the Average Run Length. We have a public version of our algorithms [3] published on GitHub, and we would be interested in contributing to river. What are the requirements to join this project? Are there restrictions on the license? Is there a guide for (potential) contributors?
[1] QuantTree: Histograms for Change Detection in Multivariate Data Streams
[2] QT-EWMA: QuantTree for change detection in multivariate datastreams
[3] GitHub Repository
Beta Was this translation helpful? Give feedback.
All reactions