An open API service indexing awesome lists of open source software.

https://github.com/juselara1/yacmmal

Yet Another Config Manager for MAchine Learning (yacmmal) is a package to automatically load config files for machine learning projects.
https://github.com/juselara1/yacmmal

conf config data-class hyperparameters json loader machine-learning toml yaml

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```sh
pip install yacmmal
```

Or with `poetry`:

```sh
poetry add yacmmal
```

## Usage

You can check the project's [documentation](https://yacmmal-docs.web.app/).