Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 646 Bytes

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.