Slither.Examples.MlScoring.FeatureStore (Slither v0.1.0)

Copy Markdown View Source

Write-through feature cache for the ML scoring pipeline example.

Provides a single :set ETS table with both read and write concurrency enabled. The table starts empty and is populated during pipeline execution as records are featurized. Subsequent runs can hit the cache to skip the Python featurization stage for already-seen records.