Yet Another Config Manager for MAchine Learning (yacmmal) is a package to automatically load config files for machine learning projects. yacmmal
is built on top of pydantic
and allows type checking, and automatic creation of dataclasses from different file formats like YAML, JSON, CSV, among others.
You can install this package via pip:
pip install yacmmal
Or with poetry
:
poetry add yacmmal
You can check the project's documentation.