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.
- Host: GitHub
- URL: https://github.com/juselara1/yacmmal
- Owner: juselara1
- Created: 2022-03-16T04:16:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T21:54:13.000Z (about 4 years ago)
- Last Synced: 2025-04-05T13:38:10.280Z (about 1 year ago)
- Topics: conf, config, data-class, hyperparameters, json, loader, machine-learning, toml, yaml
- Language: Python
- Homepage: https://yacmmal-docs.web.app/
- Size: 49.8 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).