Skip to main content

The Central Information Source For AI Development

Project description

Trail

Trail brings more transparency in your ml experimentation and make your AI development understandable - for data science teams, product managers and business stakeholder

Prerequisite:

To use trail, you need a user account, which you get on the trail-ml homepage (see Project-Links). Once your signed up you can start by using mlflow to track experiments and follow the steps below.

Installation

Install Trail from Pypi via

pip install traildb

Get started

from traildb import trail_init

log experiment

Logging experiments is as easy as including one line of code. You'll get the parameteres email and password at signup and see the project_id and parent values in the web app.


with mlflow.start_run() as run:
    with trail_init(email, password, project_id, parent):
      ...your training code...

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

traildb-0.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

traildb-0.1.1-py3-none-any.whl (3.6 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