GithubHelp home page GithubHelp logo

christophraab / rrslvq Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 659 KB

Code release of Reactive Robust Learning Vector Quantization

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

License: MIT License

Python 100.00%
concept-drift

rrslvq's Introduction

Reactive Soft Prototype Computing for frequent reoccurring Concept Drift

Python source code of the publication Christoph Raab, Moritz Heusinger, Frank-Michael Schleif, Reactive Soft Prototype Computing for Concept Drift Streams, Neurocomputing, 2020.

The repository contains the Kolmogorov-Smirnov Windowing (KSWIN) concept drift detector and the Reactive Robust Soft Learning Vector Quantization (RRSLVQ), but the later is the main contribution of the paper.

The RRSLVQ is made for classifying streams with very high rates of drift while maintaining stabilit during active concept drift

Demo of RRSLVQ and a demonstration of stability during drift is available at

demo.py

Requirements: scikit-multiflow:https://github.com/scikit-multiflow/scikit-multiflow bix: https://github.com/ChristophRaab/bix

rrslvq's People

Contributors

christophraab avatar foxriver76 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mata62n

rrslvq's Issues

problem to run the code

when i try to run the demo i get
Failed to import SciKit-Multiflow!
Traceback (most recent call last):
File "rrslvq.py", line 58, in
class RRSLVQ(ClassifierMixin, skmultiflow.core.base.StreamModel, BaseEstimator):
NameError: name 'skmultiflow' is not defined

the problem is that i can not run the following command
from skmultiflow.core.base import StreamModel

not being able to run it on my windows PC

Traceback (most recent call last):
File "rrslvq.py", line 516, in
stream = ReoccuringDriftStream(stream=s1, drift_stream=s2,random_state=None,alpha=90.0, position=2000,width=1)
TypeError: Can't instantiate abstract class ReoccuringDriftStream with abstract methods prepare_for_use

Running `study_perfomance_detectors.py` raises `ModuleNotFoundError`

I'm trying to run the study_perfomance_detectors.py but the error ModuleNotFoundError is raised due the file cd_naive_bayes.py not being in the study folder.

I wondering how you run this code. I know that if I move the files from one folder to another I can solve the error, but if there is a simpler and/or cleaner way to solve I would like to learn.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.