Skip to main content

Domain-Aware ML (Mixture of Experts)

Specialized ML models for different market categories.

Overview

Instead of one generic model, Predicta uses domain-specific specialist models for better accuracy:

Architecture


Files


Usage

1. Generate Datasets

2. Train Models

3. Inference

Models auto-load on server startup. Use the new endpoint:
Response includes domain routing info:

Fallback Behavior

  1. If router confidence < 50% → Use generic_model
  2. If domain model missing → Use generic_model
  3. If generic missing → Use legacy model
  4. If all fail → HTTP 503