prism
Closed-form analytics and inference Suggestors for the Converge Engine.
Prism owns hand-authored, deterministic inference: feature extraction,
inference packs, and fuzzy inference (Mamdani / Sugeno / Tsukamoto).
Training-pipeline concerns — dataset loading, train/val split,
hyperparameter search, model fitting, registry, and deployment —
live in crucible-models. The boundary is: prism never fits, crucible
never owns expert rules.
Usage
use FeatureAgent;
engine.register_suggestor;
Available Suggestors
- [
FeatureAgent] — Polars-based feature extraction - [
InferenceAgent] — Burn-based inference over feature vectors - [
FuzzyInferencePack] — fuzzy membership and rule inference