Anomaly Detection
It provides methods to detect global, local, and cluster anomalies in multivariate financial data
Tutorials
are the best documentation — Anomaly Detection Tutorial
Key Features
Multiple anomaly detection methods:
Global anomalies: Identify outliers considering the entire dataset
Local anomalies: Detect outliers within local neighborhoods
Cluster anomalies: Find anomalies considering multi-dimensional data structure
Anomaly scoring: Compute anomaly scores for each data point
Feature-level anomaly analysis: Identify the most anomalous features for a given security
Usage
Load the accounting factors data:
Anomaly Detection
Compute Anomaly Scores
Local Anomalies
Global Anomalies
Cluster Anomalies
Notes
The module uses the
sovai
library for data loading and processing. Ensure you have the necessary permissions and valid authentication token.Anomaly detection methods can be applied to different time ranges and tickers. Adjust the parameters as needed for your analysis.
The module provides flexibility in analyzing anomalies at both the overall and feature level. Experiment with different combinations of methods for comprehensive insights.
When working with large datasets, be mindful of computational resources, especially when applying multiple anomaly detection methods or creating complex visualizations.
Last updated