YAML mappings and sequences
The given YAML represents information about a course called "Machine Learning 101" and the students enrolled in that course.
- The
courseskey indicates course-related data, with a sequence representing multiple courses. namespecifies the course name.prerequisiteslists course requirements.studentskey pertains to enrolled students, with a sequence representing multiple students.- Each student has a
namekey andmidterm_scoresarray for midterms, and afinal_scorekey for the final exam.
Diese Übung ist Teil des Kurses
CI/CD for Machine Learning
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten