libspot
A safe Rust wrapper (using FFI) for the libspot time series anomaly detection library.
3.1.0
Bundles libspot C 3.1.0,
including the P² extrema marker update fix and quantile input validation fixes.
The Rust API is unchanged. Refitting models can produce different thresholds
and classifications than 3.0.0, especially with monotonic training data.
Training data containing NaN is now consistently rejected with
SpotError::ExcessThresholdIsNaN.
[]
= "3.1.0"
Quick Start
use ;
Alternative
For a pure Rust implementation without FFI dependencies, see the libspot-rs crate.
License
This project is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0).