converge-analytics 3.7.2

Analytics and ML pipeline for Converge agents
Documentation

converge-analytics

ML and analytics capabilities as Suggestors for the Converge Engine.

Access through [FeatureAgent] and the training pipeline agents. Register them in a formation for data-driven convergence.

Usage

use converge_analytics::FeatureAgent;

engine.register_suggestor(FeatureAgent::new(config));

Available Suggestors

  • [FeatureAgent] — Polars-based feature extraction
  • [InferenceAgent] — Burn-based inference over feature vectors
  • Training pipeline suggestors — dataset, validation, feature engineering, training, evaluation, registry, monitoring, deployment