Skip to content

swarupchandra/multistream

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Multistream Classification

Classification (class label prediction) over two non-stationary data streams, one with labeled data (source) and the other with unlabeled data (target). Covariate shift is assumed between the source and target streams.

The problem is to predict the class label data on target stream using labeled data from the source stream, both of which can have concept drift asynchronously. More details in the publication at CIKM 2016

Environment

  1. Java code for change point detection is based from this paper.
  2. We use the instance weighted libSVM code from here.
  3. config.properties file specifies data path and other configurable items.
  4. Python v2.7

Execution

$ python multistream.py <dataset_name>

About

Multistream Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published