close
The Wayback Machine - https://web.archive.org/web/20230325194610/https://github.com/google/fiddle
Skip to content

google/fiddle

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.

Fiddle

Fiddle is a Python-first configuration library particularly well suited to ML applications. Fiddle enables deep configurability of parameters in a program, while allowing configuration to be expressed in readable and maintainable Python code.

Additional details can be found in the documentation.

Setup

Install Fiddle with pip:

pip install fiddle

Install Fiddle from source:

git clone https://github.com/google/fiddle
cd fiddle
python -m setup install

Import Fiddle:

import fiddle as fdl

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published