42.5 Deployment and rollback strategy

Overview and links for this section of the guide.

A/B Testing

Deploy the tuned model to 5% of traffic. Compare metrics (Acceptance Rate, User Rating) vs the base model.

Fallback to Base

If the tuned model starts spewing errors (or hits a rate limit), your code should automatically fall back to the generic base model. It's better to be slightly off-style than to be down.

Where to go next