YAML For Azure ML
Get introduced to YAML, a markup language used for building Azure ML pipelines, and its syntax.
We'll cover the following...
What is YAML?
YAML stands for YAML ain’t markup language. It is a user-friendly serialization language (similar to XML and JSON). YAML appears to be Gen-Y for XML. Don’t be mistaken; there is also ZAML, which is unrelated to YAML. We can represent sequential, hierarchical data very well in YAML. It has steadily increased its popularity in recent years.
YAML has the following key features:
- YAML is a broad language and can work with all programming languages.