scientific-anomaly-detection

Identify anomalies in scientific data using ensemble methods and anomaly scoring.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-anomaly-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-anomaly-detection
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-anomaly-detection
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-anomaly-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides methods to detect anomalies, outliers, and unusual patterns in scientific data, using ensemble techniques (Isolation Forest, LOF, One-Class SVM) and Autoencoders, complemented by SPC-based process monitoring and multivariate anomaly detection.

Core Features & Use Cases

  • Ensemble anomaly detection: combining multiple methods to robustly identify outliers.
  • Autoencoder-based anomaly detection for complex patterns.
  • SPC and multivariate anomaly scoring with threshold optimization.
  • OpenML integration for benchmarking and datasets.

Quick Start

Run anomaly detection on your dataset using the ensemble workflow to obtain anomaly scores and flagged outliers.

Frequently Asked Questions about scientific-anomaly-detection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect outliers in scientific experimental datasets?

Anomaly detection on experimental datasets is performed using ensemble methods like Isolation Forest, LOF, and One-Class SVM to produce robust outlier scores and identify unusual patterns.

What is the best way to monitor manufacturing process anomalies using multivariate data?

Multivariate anomaly detection for manufacturing process monitoring is best handled using SPC-based scoring combined with ensemble techniques to optimize thresholds and flag process deviations.

How does ensemble anomaly scoring work for sensor streams?

Ensemble anomaly scoring for sensor streams works by combining multiple detection methods to evaluate data points, producing a unified outlier score that increases robustness against false positives.

Can I use OpenML datasets for benchmarking anomaly detection models?

Yes, OpenML datasets can be used for benchmarking anomaly detection models through integrated referencing, allowing you to test ensemble methods and threshold optimization against standardized scientific data.

Does this approach support autoencoder-based anomaly detection?

Yes, autoencoder-based anomaly detection is supported alongside ensemble methods to identify complex, non-linear patterns and unusual observations in high-dimensional scientific data.

When should I use SPC and multivariate anomaly detection together?

SPC and multivariate anomaly detection should be used together when monitoring manufacturing processes or sensor streams that require threshold optimization to identify correlated deviations across multiple variables.