Lightweight, lazy experiment tracking

lazyscribe is a lightweight package for model experiment logging. It creates a single JSON file per project, and an experiment is only added to the log when code finishes.

lazyscribe also has functionality for merging projects, paving the way for multiple people to work on a single project.

Installation

To install lazyscribe from PyPI, run

$ python -m pip install lazyscribe

This is the preferred method to install lazyscribe.

Contents

Quickstart