midas_python 0.1.1

Python bindings to the Rust lib port of MIDAS (Microcluster-Based Detector of Anomalies in Edge Streams)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
`midas_rs` Python bindings
==========================

Python bindings to the Rust port of
https://github.com/bhatiasiddharth/MIDAS

Requires
* `cargo`—install via
  ```sh
  curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  ```
* `make`
* `python3`

To build+test from this directory, run
```sh
make
```