Raffi Khatchadourian (based on material from Christian Kaestner and Eunsuk Kang)
November 26, 2025
New part of the course.

| RestaurantID | Order | OrderTime | ReadyTime | PickupTime |
|---|---|---|---|---|
| 5 | 5A;3;10;11C;C:No onion | 18:11 | 18:23 | 18:31 |
| … | ||||
| … | ||||
| … |
QUESTION: What features would you use for delivery prediction?

Build a predictor that best describes an outcome for the observed features.
| RestaurantID | Order3 | SpecialRequest | DayOfWeek | PreparationTime |
|---|---|---|---|---|
| 5 | yes | yes | 2 | 12 |
| … | ||||
| … | ||||
| … |

| Text | Genre |
|---|---|
| When the earth stood … | Science fiction |
| Two households, both alike… | Romance |
| To Sherlock Holmes she… | Adventure |

| Text | Genre |
|---|---|
| When the earth stood … | Science fiction |
| Two households, both alike… | Romance |
| To Sherlock Holmes she… | Adventure |

Whether “new” data is actually generated or illegally copied (sometimes verbatim) is currently a controversial topic in the AI/ML community. The problem lies in the “explainability” of ML models, especially large language models (LLMs) and generative AI models.↩︎