Skip to content
/ fiddle Public
forked from google/fiddle

Fiddle is a Python-first configuration library well-suited for ML applications

License

Notifications You must be signed in to change notification settings

evdcush/fiddle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Fiddle is a Python-first configuration library well-suited for ML applications

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 80.2%
  • Jupyter Notebook 19.7%
  • Starlark 0.1%