Best AI News — Updated Every 3 Hours
Story Page
← All Stories
Home Community Story
Community

Anomaly Detection Belongs in Your Database — built SIMD-accelerated isolation forests into Stratum's SQL engine [P]

Via r/MachineLearning
Tuesday, May 5, 2026 · 8:31PM
Summary

We added native anomaly detection in Stratum, our columnar analytics engine for the JVM. Train and score isolation forest models entirely from SQL — no Python, no export pipeline: SELECT * FROM transactions WHERE ANOMALY_SCORE('fraud_model') > 0.7; 6 microseconds per transaction, SIMD-accelerated, r

Continue reading the full article
Read at r/MachineLearning
www.reddit.com
Back to all stories