Domain Neighborhood

Production ML

The engineering discipline around trustworthy model use: evaluation pipelines, dataset and model versioning, monitoring, drift, reproducibility, and operational tradeoffs.

5 concepts4 published4 demos

Recommended Route

This sequence is ordered for learning rather than inventory: lower difficulty, fewer prerequisites, and more central concepts come first.

  1. 01
    Evaluation Pipelines

    Evaluation pipelines freeze data, splits, metrics, contamination checks, and report artifacts so model comparisons stay trustworthy.

    19 mincodedemoafter Model Selection and Hyperparameter Search, Classification Metrics, Thresholds, and Calibration, Train/Dev/Test Splits, Cross-Validation, and Leakage

    Check Model Selection and Hyperparameter Search first if the symbols feel slippery.

  2. 02
    Cost and Latency Observability

    Cost and latency observability turns serving traces into pinned evidence: workload shape, token counts, tail latency, queue/cache signals, SLOs, pricing dates, and report artifacts.

    16 mincodedemoafter LLM Serving at Scale: Prefill, Decode & Continuous Batching, Evaluation Pipelines, Tokenization & Vocabulary Design

    Why this follows: Cost and Latency Observability uses Evaluation Pipelines directly.

  3. 03
    Evaluation Harnesses and Benchmark Contamination

    Evaluation harnesses turn scores into pinned protocol cards, while contamination audits ask what benchmark items the model may have already seen.

    15 mincodedemoafter Train/Dev/Test Splits, Cross-Validation, and Leakage, Evaluation Pipelines, Dataset Versioning

    Why this follows: both pages keep the production ml / evaluation thread active.

  4. 04
    Monitoring and Drift

    Monitoring and drift separates input movement, label movement, concept change, and metric regression so alerts trigger the right investigation.

    15 mincodedemoafter Evaluation Pipelines, Dataset Versioning, Classification Metrics, Thresholds, and Calibration

    Why this follows: both pages keep the production ml / evaluation thread active.

All Published Notebooks

Browse the territory.

Advanced Bridges

Use these after the core path.

In Progress

Notebooks still below the publish bar.

Dataset Versioning