An open API service indexing awesome lists of open source software.

https://github.com/atislabs/easystream.jl

An extensible framework for data stream and concept drift in Julia
https://github.com/atislabs/easystream.jl

concept-drift julia stream

Last synced: over 1 year ago
JSON representation

An extensible framework for data stream and concept drift in Julia

Awesome Lists containing this project

README

          






[![][docs-dev-img]][docs-dev-url] [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] [![][coverage-img]][coverage-url]

## 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
julia> import Pkg; Pkg.add("EasyStream")
```

## Documentation

- **STABLE** — **most recently tagged version of the documentation.** (under construction)
- [**LATEST**][docs-dev-url] — *in-development version of the documentation.*

## Packages

Some important packages:
- **[StreamDatasets.jl](https://github.com/ATISLabs/StreamDatasets.jl)**: Package with synthetics datasets. (under construction)
- **[SyntheticDatasets.jl](https://github.com/ATISLabs/SyntheticDatasets.jl)**: Packages with stream datasets.

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://atislabs.github.io/EasyStream.jl/dev/

[travis-img]: https://travis-ci.com/ATISLabs/EasyStream.jl.svg?branch=master
[travis-url]: https://travis-ci.com/ATISLabs/EasyStream.jl

[codecov-img]: https://codecov.io/gh/ATISLabs/EasyStream.jl/branch/master/graph/badge.svg?token=13TrPsgakO
[codecov-url]: https://codecov.io/gh/ATISLabs/EasyStream.jl

[coverage-img]: https://coveralls.io/repos/github/ATISLabs/EasyStream.jl/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/ATISLabs/EasyStream.jl?branch=master