Skip to main content

Trail ML library

Project description

Trail

Trail brings more transparency to your ML experiments. Start by using MLflow to track experiments and follow the steps below.

Installation

Install Trail from PyPI via pip install trailml

Get started

import mlflow
from trail import Trail

with mlflow.start_run() as run:
    with Trail('myProjectAlias'):
      ...your training code...

User configuration

Primary path: trailconfig.yml
Secondary path: ~/.config/trail.yml

username: <YOUR_USERNAME>
password: <YOUR_PASSWORD>
projects:
  myProjectAlias:
    id: 1234ABC
    parentExperimentId: ABCD123

The project alias is used to reference project configurations at runtime and is only applied locally.

Required options:

  • username
  • password

Project-specific options are required if not overwritten at runtime.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trailml-1.0.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

trailml-1.0.0-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page