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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trailml-1.2.3.tar.gz.
File metadata
- Download URL: trailml-1.2.3.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf32c0305f67c9d314a9be74c05139a64f625d9b329fe730da69fe1f9bd7d4cf
|
|
| MD5 |
b81579d89bc5cc5af3607f90636ae102
|
|
| BLAKE2b-256 |
bd54a68d28f6c6f1e97ab5e25724497f01820a27c7e6b7b24bfa74b5596c906d
|
File details
Details for the file trailml-1.2.3-py3-none-any.whl.
File metadata
- Download URL: trailml-1.2.3-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4a6f9558a104b6b7951b04cc4cd75df670ce9d0c3279ab346269b4f96cbaebf
|
|
| MD5 |
91adfda05fb5cfa6e1ecd69949ef74ba
|
|
| BLAKE2b-256 |
938fd74297e1f52b5a4a63b533c6d32b4372662853295bbdcfc8ad3fcfc5d170
|