Lecture 14
Cornell University
INFO 4940/5940 - Fall 2025
October 16, 2025
Gradescope team submissions
This is a machine learning course - an ML model must be at the core of your project

Most teams will deploy their model via API for their deliverable - that’s fine
Deployment is the process of integrating a trained ML model into a production environment so it can be used to make predictions or decisions.
Deployment is often in collaboration with software engineers, but you should be able to informatively participate or demo the product.
Basic metadata such as
What should the model be used for? What should it not be used for?
Summary of model performance across relevant factors
Not the metrics themselves, but how the model was evaluated
Details about how model was evaluated
Same info if possible. If not, summary statistics are good.
Report metrics of performance
🔗 More info on ML fairness metrics: Fair prediction of hospital readmission + fairlearn
Document ethical analysis performed during model evaluation
Instructions
Use the Llama 3.2 model card on Hugging Face to answer the questions on the handout.
20:00