Rémi Adon
Rémi Adon
Hi, any update on this ?
Hi, For a research projects we made skmulitflow and streamz work together, in order to * generate batches of random data with `skmultiflow.data.random_rbf_generator` * build a [streamz.dataframe.DataFrame](https://streamz.readthedocs.io/en/latest/dataframes.html#streaming-dataframes) with it *...
OK I see, as this issue has been tagged as a `good first issue`, I am OK to work on this and submit a PR
@martindurant sure, I'll add some examples in the `skmultiflow/demos` folder. I was thinking of creating notebooks instead of just updating the existing demos. I guess I'll flag this as an...
Here are the first features I tried to add: ## 1. Data Generation ```python Source.from_generator(multiflow_generator) # create a streamz.Stream from skmultiflow.generator ``` ## 2. Concept Drift providing a replacement for...
@jacobmontiel I pretty much agree with all of this. I raised an issue for replacing demos with notebooks In the PR I proposed `skmultiflow.data.Stream` has been replaced by `skmultiflow.data.BaseGenerator`, because...
@jacobmontiel OK for me !
Hi everyone, happy to hear this is still ongoing. I won't have much time to get involved into the code, but I can review if you like, Rémi
Hi there, Just a few comments, @wangpeipei90 > In flashtext all keywords are stored in a trie dictionary tree structure, so the huge memory consumption is expected I don't think...
Hi @mittalsuraj18 , as mentioned by @giriannamalai , you have to add keywords, eg. by calling ```python processor.add_keyword("New York") ``` Rémi