DBSTREAM: custom weights #1716
th3sh3ph3rd
started this conversation in
Ideas
Replies: 1 comment
-
|
Sounds like a good idea! Feel free to propose an implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, in DBSTREAM all new data points are uniformly weighted with weight 1. This is also in line with the algorithm from the original paper.
However, for many applications it would be useful to have the option for custom data point weighting. This would also be supported by DBSTREAM.learn_one(), which foresees a currently unused parameter
w.Some minimal changes to the DBSTREAM code would strongly increase value and versatility of the implementation.
If it is decided that this additional feature is useful, I would be open to contributing the necessary changes to the code base.
Beta Was this translation helpful? Give feedback.
All reactions