ChristophRaab / rrslvq

Code release of Reactive Robust Learning Vector Quantization
https://www.sciencedirect.com/science/article/abs/pii/S0925231220305063
MIT License
4 stars 1 forks source link

run error #7

Open 7xunfeng opened 2 months ago

7xunfeng commented 2 months ago

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?

ChristophRaab commented 2 months ago

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

7xunfeng commented 2 months ago

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