Metadata-Version: 1.1
Name: oddity
Version: 0.1.0
Summary: Time Series Anomaly Detection
Home-page: https://github.com/Lleyton-Ariton/oddity
Author: Lleyton Ariton
Author-email: lleyton.ariton@egmail.com
License: UNKNOWN
Description: # Oddity: Time Series Anomaly Detection
        
        Oddity is a time series anomaly detection tool for Python, implemented in Rust. Oddity is capable of learning trend, global seasonality and even local seasonality from time series data, and works best in these situations.
        
        Being written in Rust, Oddity is incredibly fast and can generally fit to even a few thousand time steps in minimal time.
        
        Oddity also provides a few other tools along with anomaly detection, such as: 
        
        - STL decomposition
        - gaussian process fitting
        - gaussian distribution fitting
        - Periodicity inference
        
        More functionality along with general optimizations will be added in the future.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Operating System :: OS Independent
