rrcf
๐ฒ Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams
File Explorer
Download Latest Version (.zip)- python-package.yml
- nav.yml
- nav.html
- default.html
- _config.yml
- anomaly-scoring.md
- batch.md
- caveats.md
- classification.md
- comparisons.md
- favicon.png
- index.md
- insert-and-delete.md
- modifying-rctree.md
- random-cut-tree.md
- rctree-api.md
- related-work.md
- scoring-rctree.md
- streaming.md
- taxi.md
- tree-construction.md
- figure_1.png
- figure_2.png
- paper.bib
- paper.md
- batch.png
- feature_importance.png
- nuclear.mat
- nyc_taxi.csv
- sine.png
- __init__.py
- rrcf.py
- shingle.py
- __init__.py
- test_rrcf.py
- .gitattributes
- .gitignore
- .travis.yml
- _config.yml
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/kLabUM/rrcf
Downloads the entire project code from GitHub to your computer.
cd rrcf
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install rrcf
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install pytest pytest-cov
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
