NeatStream.jl aims to create a simple interface for working with streams, acting as an example in related problems such as the concept drift. based on EasyStream.jl
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 NeatStream
Or, equivalently, via the Pkg
API:
julia> import Pkg; Pkg.add("NeatStream")
- STABLE — most recently tagged version of the documentation. (under construction)
- LATEST — in-development version of the documentation.
Some important packages:
- StreamDatasets.jl: Package with synthetics datasets. (under construction)
- SyntheticDatasets.jl: Packages with stream datasets.