Key Capabilities
- Stream or batch logging
- Embedding features for drift detection
- SHAP values for explainability
- Tags and metadata for segmentation
- Support for delayed actuals
- Export data for offline analysis
Stream Logging
Log individual predictions in real-time as they occur in production.With Tags and Metadata
Add custom tags for segmentation and filtering.Batch Logging
Log bulk predictions from historical data or batch processing.With SHAP Values
Include SHAP values for model explainability.Export Data
Export ML model data for offline analysis, custom processing, or archival.Export to Parquet
- Time-range filtering
- DataFrame or Parquet output
- Efficient Arrow Flight transport for large exports
- Progress bars for long-running exports
Supported Model Types
| Model Type | Use Case |
|---|---|
SCORE_CATEGORICAL, MULTI_CLASS | Multi-class classification |
BINARY_CLASSIFICATION | Binary classification |
NUMERIC, REGRESSION | Regression tasks |
RANKING | Ranking and recommendation systems |
OBJECT_DETECTION | Computer vision object detection |
GENERATIVE_LLM | Use client.spans instead for LLMs |
Supported Environments
| Environment | Description |
|---|---|
PRODUCTION | Live production traffic |
TRAINING | Training dataset |
VALIDATION | Validation/test dataset |
TRACING | For LLM traces (use client.spans) |