Anomaly Detection
It provides methods to detect global, local, and cluster anomalies in multivariate financial data
Last updated
Was this helpful?
It provides methods to detect global, local, and cluster anomalies in multivariate financial data
Last updated
Was this helpful?
Tutorials
are the best documentation —
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
Load the accounting factors data:
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.