rrcf
๐ฒ Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/kLabUM/rrcf
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd rrcf
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Python
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
$ pip install rrcf
requirements.txt ๋ฑ์ ๋ช ์๋ ํ์ด์ฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ค์นํฉ๋๋ค.
$ pip install pytest pytest-cov
requirements.txt ๋ฑ์ ๋ช ์๋ ํ์ด์ฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ค์นํฉ๋๋ค.
์๋ฌ ๋ฉ์์ง ์์ด ์คํ๋๊ณ ํฐ๋ฏธ๋์ ์๋ด ๋ฌธ๊ตฌ๊ฐ ์ถ๋ ฅ๋๋ฉด ์ ์์
๋๋ค.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
