Skip to main content

Cynex trajectory viewer integration for MLflow

Project description

mlflow-cynex

Cynex trajectory viewer integration for MLflow. Adds a "View in Cynex" button to MLflow's artifact browser for trajectory JSON files.

Installation

pip install mlflow-cynex
mlflow-cynex install

Then restart your MLflow server.

Usage

Logging Trajectories

The package provides a helper function to log trajectories to MLflow:

from mlflow_cynex import log_trajectory
import mlflow

mlflow.set_tracking_uri("http://localhost:5000")

with mlflow.start_run():
    trajectory = {
        "blue_agent_name": "PPO",
        "red_agent_name": "Meander",
        "episode": 0,
        "blue_actions": [...],
        "red_actions": [...],
        "metric_scores": [...],
        "network_topology": {...}
    }
    log_trajectory(trajectory)

The trajectory is automatically:

  • Validated against the expected schema
  • Saved to trajectories/<name>-trajectory.json in MLflow artifacts

Custom Naming

log_trajectory(trajectory, name="my-custom-name")
# Saved as: trajectories/my-custom-name.json

Validation Only

from mlflow_cynex import validate_trajectory, TrajectoryValidationError

try:
    validate_trajectory(data)
except TrajectoryValidationError as e:
    print(f"Invalid trajectory: {e}")

Trajectory Detection

The "View in Cynex" button appears for JSON files that:

  • Are in a trajectories/ folder, OR
  • Match *-trajectory.json or *_trajectory.json pattern

CLI Commands

mlflow-cynex install    # Install Cynex viewer into MLflow
mlflow-cynex uninstall  # Remove Cynex viewer from MLflow
mlflow-cynex status     # Check installation status

Development

Build from source:

cd cynex/mlflow-integration
./scripts/build.sh
pip install dist/mlflow_cynex-*.whl

License

MIT

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

mlflow_cynex-0.1.14.tar.gz (760.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mlflow_cynex-0.1.14-py3-none-any.whl (765.3 kB view details)

Uploaded Python 3

File details

Details for the file mlflow_cynex-0.1.14.tar.gz.

File metadata

  • Download URL: mlflow_cynex-0.1.14.tar.gz
  • Upload date:
  • Size: 760.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlflow_cynex-0.1.14.tar.gz
Algorithm Hash digest
SHA256 20a5caad2b4da0e2b4a7f03299870290f25c0aecbef5c3953b39546844f1f1c9
MD5 680b6653ab379b83e4e18c7940a06386
BLAKE2b-256 503c77b8de2ae3f2f5a1b6dcc649f64cccbe21bdd6d4e8b1975c67fb4a033808

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlflow_cynex-0.1.14.tar.gz:

Publisher: publish-mlflow-cynex.yml on PaulHax/cynex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mlflow_cynex-0.1.14-py3-none-any.whl.

File metadata

  • Download URL: mlflow_cynex-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 765.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mlflow_cynex-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 304b8a6c0c5559433c3fa4be928c98fae67e1f97dad4fc926baabe648c5b2e58
MD5 f44d07ea6112290a5e19d804b48baba0
BLAKE2b-256 e8057994be2aa79666a86dde7465fe7a207f2e4b529fd0940bae5eed0a5d8949

See more details on using hashes here.

Provenance

The following attestation bundles were made for mlflow_cynex-0.1.14-py3-none-any.whl:

Publisher: publish-mlflow-cynex.yml on PaulHax/cynex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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