Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 969 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 969 Bytes

Concept Learning using One-Class Classifiers for Implicit Drift Detection in Evolving Data Streams

Parameters:

  • nu: parameter for SVM (set it to 0.5)
  • size: window size
  • percent: threshold for outlier percentage

Command line instructions:

The code will output:

  • Final accuracy
  • Total elapsed time (from beginning of the stream to the end)
  • Prequential accuracy plot (dividing data stream into 30 chunks)