Skip to main content

Python client for the Hectiq Lab plateform.

Project description

Hectiq Lab

Hectiq Lab is a platform to track your machine learning experiments.

  • ⚡️ Fast and easy: Designed with performance in mind, Hectiq Lab is fast and easy to use.
  • 🖥 Full API: Supports the full API of the Hectiq Lab package.
  • 🚀 Boosted with commands: Almost all methods are availabe from the CLI, or in python using a functional or object-oriented API.

Links to:

Installation

pip install pyhectiqlab

Then, you'll be able to use the CLI

hectiq-lab --help

Or the Python package

import pyhectiqlab 

Quickstart

Usage of hectiq-lab is on invitation only. To get access, please contact us at hectiq.ai.

Start by authenticating with the CLI.

hectiq-lab authenticate

Then, you can start tracking your experiments.

from pyhectiqlab import Run
import pyhectiqlab.functional as hl

with Run(title="My first run", project="hectiq-ai/demo"): 
    hl.add_artifact("my-image.png")

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

pyhectiqlab-3.1.5.tar.gz (38.5 kB view hashes)

Uploaded Source

Built Distribution

pyhectiqlab-3.1.5-py3-none-any.whl (45.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