Skip to content

lazyscribe/lazyscribe-yaml

Repository files navigation

License PyPI PyPI - Python Version codecov

YAML-based artifact handling for lazyscribe

lazyscribe-yaml is a lightweight package that adds the following artifact handlers for lazyscribe:

  • yaml

Installation

Python 3.10 or above is required. Use pip to install:

$ python -m pip install lazyscribe-yaml

Usage

To use this library, simply log an artifact to a lazyscribe experiment or repository with handler="yaml".

from lazyscribe import Project

project = Project("project.json", mode="w")
with project.log("My experiment") as exp:
    exp.log_artifact(name="feature-names", value=["a", "b", "c"], handler="yaml")

project.save()

About

YAML-based artifact handling for lazyscribe

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages