Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.66 KB

File metadata and controls

57 lines (49 loc) · 1.66 KB

Documentation

Back to main README

This folder holds the detailed project documentation that used to live in the top-level README.

Guides

Suggested Reading Order

  1. Running The App
  2. Architecture Guide
  3. Multistage Recsys Design
  4. MLflow Guide
  5. Release Process
  6. Drift Monitoring Guide

What Each File Covers

  • architecture.md
    • package structure
    • ML architecture
    • notebook vs production workflow
    • Azure-first layout
  • multistage-recsys-design.md
    • expanded Azure implementation design
    • two-stage candidate generation and ranking flow
    • Azure service mapping for the reference system diagram
    • rollout, security, latency, and cost notes
  • running-the-app.md
    • exact local commands
    • beginner command walkthrough
    • local dev vs production-like mode
    • verification commands
  • release-process.md
    • pull-request workflow for production changes
    • required CI checks
    • GitHub branch protection settings
    • rollback notes
  • mlflow.md
    • local and production MLflow setup
    • exact commands
    • where to look in MLflow UI
  • monitoring.md
    • drift monitoring design
    • outcome ingestion
    • monitoring commands
    • dashboard and API summary surface
  • examples/outcomes.example.csv
    • starter delayed-outcomes file for the monitoring workflow