Files
gh-jeremylongshore-claude-c…/skills/anomaly-detection-system/scripts/README.md
2025-11-29 18:50:55 +08:00

578 B

Scripts

Bundled resources for anomaly-detection-system skill

  • data_loader.py: Loads data from various sources (CSV, databases, APIs) into a standardized format for anomaly detection.
  • algorithm_selector.py: Automatically selects the most appropriate anomaly detection algorithm based on the dataset characteristics.
  • anomaly_visualizer.py: Generates visualizations (e.g., scatter plots, histograms) to highlight detected anomalies.
  • report_generator.py: Creates a detailed report summarizing the detected anomalies, their severity, and potential causes.