skconfig#

Package skconfig provides an interface for managing YAML based configuration files. The package provides a few extensions to help ease access and usage of the configuration file,

  1. The ability to load and save configuration files in standard locations on the computer.

  2. A dot or slash notation to index nested keys

  3. A simple macro scheme which allows the value of one key or environment variables to be used when fetching another value.

If you are looking for the scikit-learn sampling and validation library then you are at the wrong place. You can find their documentation here sckit-learn documentation

History#

2026-01-22: Updated the code so macro expansion would include expansions from parent configurations.

Indices and tables#