Skip to main content
Log predictions and actuals for classification, regression, ranking, and object detection models. Monitor drift, performance, and data quality.

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. log_stream sends the request asynchronously and returns a concurrent.futures.Future. Call .result() on the future to block until the request completes.

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

Export capabilities:
  • Time-range filtering
  • DataFrame or Parquet output
  • Efficient Arrow Flight transport for large exports
  • Progress bars for long-running exports

Supported Model Types

Supported Environments