panahiparham / ml-experiment-definition

MIT License
2 stars 3 forks source link

Add client side ExperimentDefinition #9

Closed panahiparham closed 3 weeks ago

panahiparham commented 1 month ago

Addresses #7

panahiparham commented 3 weeks ago

After clean up this pr has 5 commits and resolves issue #7 by adding an experiment_definition class that handles the client side interaction with the experiment after it is created and stored in a metadata database.

Commit 1 and 2 implement the experiment_definition class and its corresponding test. Commit 3 and 4 implement a utility for getting experiment path and commit 5 adds an init file to allow pytest to import this package.