User Tools

Site Tools


ai_anomaly_detection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ai_anomaly_detection [2025/05/24 14:40] – [2. Logging Information] eagleeyenebulaai_anomaly_detection [2025/06/26 18:20] (current) – [AI Anomaly Detection] eagleeyenebula
Line 1: Line 1:
 ====== AI Anomaly Detection ====== ====== AI Anomaly Detection ======
-* **[[https://autobotsolutions.com/god/templates/index.1.html|More Developers Docs]]**:+[[https://autobotsolutions.com/aurora/wiki/doku.php?id=ai_anomaly_detection|Wiki]]: [[https://autobotsolutions.com/god/templates/ai_anomaly_detection.html|Framework]]: [[https://github.com/AutoBotSolutions/Aurora/blob/Aurora/ai_anomaly_detection.py|GitHub]]: [[https://autobotsolutions.com/artificial-intelligence/anomaly-detection-module-proactive-insights-for-data-consistency/|Article]]: 
 The **AI Anomaly Detection** system is a Python-based utility that identifies outliers in datasets using statistical principles like standard deviation. This function is essential for finding anomalous data points that deviate significantly from the dataset's normal range. The **AI Anomaly Detection** system is a Python-based utility that identifies outliers in datasets using statistical principles like standard deviation. This function is essential for finding anomalous data points that deviate significantly from the dataset's normal range.
 +
 +
 +{{youtube>0m1Ivadc2PM?large}}
 +
  
 ===== Overview ===== ===== Overview =====
Line 44: Line 49:
  
 **Signature**: **Signature**:
-   python+<code> 
 +python
 def detect_anomalies(data: List[float]) -> List[float]: def detect_anomalies(data: List[float]) -> List[float]:
     """     """
Line 51: Line 57:
     :return: List of anomalies detected     :return: List of anomalies detected
     """     """
 +</code>
 ===== Examples ===== ===== Examples =====
  
ai_anomaly_detection.1748097603.txt.gz · Last modified: 2025/05/24 14:40 by eagleeyenebula