/alsl20

Primary LanguageJava

Info

This is a repository with experiments that evaluate a hybrid framework combining active learning and self-labeling strategies for data streams classification. The project includes: source codes for the investigated configurations and experiments and data streams for tests.

Running experiments

  • Install Java 1.8
  • Unzip data.7z into data directory
  • The experiments start in eval/Evaluator.
  • Results can be post-processed using output/ResultProcessor
  • One can change a classifier in eval/experiment/ExperimentRow class or data streams in eval/experiment/ExperimentStream

Warning: All data streams must be properly unzipped into the mentioned directory. Otherwise the experiments will fail. Also, all experiments must be finished before running the post-processing.

Dependencies