Giter VIP home page Giter VIP logo

oe-spl's Introduction

MOA (Massive Online Analysis)

Build Status Maven Central DockerHub License: GPL v3

MOA

MOA is the most popular open source framework for data stream mining, with a very active growing community (blog). It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation. Related to the WEKA project, MOA is also written in Java, while scaling to more demanding problems.

http://moa.cms.waikato.ac.nz/

Using MOA

MOA performs BIG DATA stream mining in real time, and large scale machine learning. MOA can be extended with new mining algorithms, and new stream generators or evaluation measures. The goal is to provide a benchmark suite for the stream mining community.

OE-SPL

The OE-SPL algorithm is in the moa/src/main/java/moa/classifiers/meta folder.

We run all the experiments on a virtual machine inside a Docker container to correctly extract the memory consumed by each model. After launching the Docker container, to reproduce all the experiments of the papar, run the two .sh files, where each line corresponds to a single model tested on a particular data stream. For example, the following line shows the first run of the OE-SPL model with HT as base learner using the sea stream having concept drift type P(y). The output is then redirected to the results folder. Each model, for each data stream and base learner, was tested 10 times with a different seed value.

docker run --rm --name="P_y_sea_HT_1" -v $(pwd)/results:/src/results test_moa bash -c "java -Xmx15g -Xss50M -cp moa.jar -javaagent:sizeofag-1.0.4.jar moa.DoTask \"EvaluatePrequential -l (trees.HoeffdingTree -S -D 32) -s (ArffFileStream -f (datasets/P(y)/sea.arff)) -e (WindowFixedClassificationPerformanceEvaluator -w 50000 -o) -i -1 -f 1000\" 1> results/P\(y\)/sea/HT/1.csv 2> results/P\(y\)/sea/HT/1_err.csv"

Finally, we averaged the results over the 10 repetitions of all the models tested, and we used those results to apply the Welch's t-test and the Nemeyi test.

Citing OE-SPL

If you want to refer to OE-SPL in a publication, please cite the following paper:

Alessio Bernardo, Emanuele Della Valle, and Albert Bifet. "Choosing the Right Time to Learn Evolving Data Streams." 2023 IEEE International Conference on Big Data (Big Data). IEEE, 2023 (To Appear).

oe-spl's People

Contributors

alessiobernardo avatar

Watchers

 avatar

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.