Tool to manage experiments local files. Lean git wrapper. Uses a hidden branch ‘emanager-meta’ to store experiment lineage and notes.
- class ml_research_tools.emanager.tool.ExpManagerTool(services)[source]#
Bases:
BaseToolTool to manage experiments local files using Git.
Initialize the experiment manager tool.
- classmethod add_arguments(parser)[source]#
Add tool-specific arguments to the parser.
- Return type:
- Parameters:
parser (ArgumentParser)