Get startedGet started for free

YAML mappings and sequences

The given YAML represents information about a course called "Machine Learning 101" and the students enrolled in that course.

  • The courses key indicates course-related data, with a sequence representing multiple courses.
  • name specifies the course name.
  • prerequisites lists course requirements.
  • students key pertains to enrolled students, with a sequence representing multiple students.
  • Each student has a name key and midterm_scores array for midterms, and a final_score key for the final exam.

This exercise is part of the course

CI/CD for Machine Learning

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise