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 andmidterm_scores
array for midterms, and afinal_score
key for the final exam.
This exercise is part of the course
CI/CD for Machine Learning
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
