/yacmmal

Yet Another Config Manager for MAchine Learning (yacmmal) is a package to automatically load config files for machine learning projects.

Primary LanguagePython

yacmmal

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.

Installation

You can install this package via pip:

pip install yacmmal

Or with poetry:

poetry add yacmmal

Usage

You can check the project's documentation.