ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

CI/CD for Machine Learning

Ver curso

Ejercicio interactivo práctico

Pon en práctica la teoría con uno de nuestros ejercicios interactivos

Empezar ejercicio