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():
      ...your training code...

User configuration

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

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

Required options:

  • username
  • password

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

If the project is started with missing configuration file, you will be guided through configuration file creation process. If you want to change your configuration file after initial creation, scripts/create_config can be run to edit the configuration file via command line.

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.6.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

trailml-1.0.6-py3-none-any.whl (10.7 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