rbgirshick/yacs
YACS -- Yet Another Configuration System observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2934
- days_rel: n/a
- days_push: 1603
- n_releases_24m: 0
Adoption not part of the score
1338 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
YACS (Yet Another Configuration System) is a lightweight Python library for defining and managing system configurations, originally built for scientific and ML experiment settings. It provides a CfgNode object with sensible defaults, YAML-based serialization, merging of experiment-specific overrides, and a freeze mechanism for reproducibility.
Use cases
- manage hyperparameters for machine learning experiments
- serialize experiment configs to yaml for reproducibility
- override default config values per experiment
- define a single defaults file for all project options
- freeze configuration after setup to prevent accidental changes
- manage configs for computer vision model training like detectron
When to choose
- you run scientific or ML experiments and need reproducible, serializable configs
- you want a small, focused config library with defaults plus per-experiment yaml overrides
- your project follows the detectron/py-faster-rcnn style config paradigm
When to avoid
- you need dynamic or schema-validated configs with complex types
- you want runtime-reloadable or environment-variable-driven configuration for services
- you need a general-purpose settings library for web apps (e.g. pydantic-settings, dynaconf)
Facets
library · maturity maintenance
configuration-management serialization developer-tools machine-learning python cross-platform yaml-config experiment-config reproducibility hyperparameters cfg-node research automation
2 sources
- readme: https://github.com/rbgirshick/yacs · fetched 2026-08-28 · 85506666b186
- registry_pypi: https://pypi.org/pypi/yacs/json · fetched 2026-08-29 · 20107d8c32c0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rbgirshick/yacs | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem