Skip to main content

Posts

Showing posts from June, 2024

MLOps Zoomcamp 2024 – Module 3

  Module 3: Orchestration Source mlops-zoomcamp/03-orchestration at main · DataTalksClub/mlops-zoomcamp (github.com) Homework The goal of this homework is to train a simple model for predicting the duration of a ride, but use Mage for it. We'll use the same NYC taxi dataset , the Yellow taxi data for 2023. Question 1. Run Mage First, let's run Mage with Docker Compose. Follow the quick start guideline. What's the version of Mage we run? (You can see it in the UI) Answer of Question 1: v0.9.71 Question 2. Creating a project Now let's create a new project. We can call it "homework_03", for example. How many lines are in the created metadata.yaml file? 35 45 55 65 Solution docker exec -it mlops-magic-platform-1 bash root@4c0edc9c9a86:/home/src# cd mlops root@4c0edc9c9a86:/home/src/mlops# mage init homework_03 root@4c0edc9c9a86:/home/src/mlops# cd homework_03 root@4c0edc9c9a86