Skip to content

ATISLabs/EasyStream.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


About

EasyStream.jl aims to create a simple interface for working with streams, acting as an example in related problems such as the concept drift.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add EasyStream

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("EasyStream")

Documentation

  • STABLEmost recently tagged version of the documentation. (under construction)
  • LATESTin-development version of the documentation.

Packages

Some important packages:

About

An extensible framework for data stream and concept drift in Julia

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages