nmandery/extended-isolation-forest
Rust port of the extended isolation forest algorithm for anomaly detection
This tool helps identify unusual or unexpected data points within a dataset, like pinpointing an anomalous jump in movement recordings or a sensor reading that falls outside normal operating parameters. You provide it with your numerical data, and it outputs a score indicating how likely each data point is an anomaly. This is useful for data analysts, quality control engineers, or anyone monitoring system performance or sensor data.
20 stars and 9,199 monthly downloads. No commits in the last 6 months.
Use this if you need to automatically detect rare or suspicious observations in your numerical data without prior labeling of anomalies.
Not ideal if your data is primarily categorical or textual, or if you already have labeled examples of what constitutes an anomaly.
Stars
20
Forks
6
Language
Rust
License
MIT
Category
Last pushed
Apr 26, 2023
Monthly downloads
9,199
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nmandery/extended-isolation-forest"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yzhao062/pyod
A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
unit8co/darts
A python library for user-friendly forecasting and anomaly detection on time series.
elki-project/elki
ELKI Data Mining Toolkit
raphaelvallat/antropy
AntroPy: entropy and complexity of (EEG) time-series in Python
Minqi824/ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.