ChristophRaab / rrslvq

Code release of Reactive Robust Learning Vector Quantization

Home Page:https://www.sciencedirect.com/science/article/abs/pii/S0925231220305063

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run error

7xunfeng opened this issue · comments

I'm trying run study_performance_rrslvq_others.py but the ERROR is raised by could't find the bix,could you help me how to install the bix module?

commented

Hi
First thanks for your interest in the method and sort for the long waiting time.

Unfortunately, this repository as well as the bix package are somewhat abandoned.

However, there are two quite good libraries which implement the method and also provide the datasets, we used in the study.

They are:

https://riverml.xyz/latest/api/drift/KSWIN/
And

https://frouros.readthedocs.io/en/latest/api_reference/detectors/concept_drift/auto_generated/frouros.detectors.concept_drift.streaming.window_based.KSWIN.html#frouros.detectors.concept_drift.streaming.window_based.KSWIN

I strongly recommend using them.

Best
Christoph

Thank you very much for being able to reply on your busy schedule, and pointing out the problem and providing the links to the appropriate implementation, I will try to check it out!
Best