The document describes a case study of deploying and monitoring a machine learning model in production. It discusses the differences between academic and industrial machine learning. As a case study, it will use NYC taxi trip data to train a model to predict if a passenger will give a large tip. The model will be deployed using Python, Prometheus, Grafana, mlflow and mltrace. The goal is to demonstrate challenges that can occur after deployment and how to troubleshoot issues when performance begins to degrade in a complex production pipeline.