package documentation

AbstractDataSet implementation to load/save data from/to a YAML file.

Module yaml_dataset YAMLDataSet loads/saves data from/to a YAML file using an underlying filesystem (e.g.: local, S3, GCS). It uses PyYAML to handle the YAML file.

From __init__.py:

Class YAMLDataSet YAMLDataSet loads/saves data from/to a YAML file using an underlying filesystem (e.g.: local, S3, GCS). It uses PyYAML to handle the YAML file.