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")
Release files for pyhectiqlab 3.1.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyhectiqlab-3.1.15.tar.gz | 41.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyhectiqlab-3.1.15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:90.8 kB
Release files / pyhectiqlab-3.1.15.tar.gz
| Download URL | pyhectiqlab-3.1.15.tar.gz |
|---|---|
| Size | 41.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
affa8c13be6a3bdf93312ddf0a64edc96d7c161541ea0a2b46ce20ce4b4ca4bb
|
|
BLAKE2b-256 checksum How to use checksums |
c1fc35e2774a4f81dbe849a52a1880d1f9b0a3e6e1a69847ab93b5d4f5820c6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.23
|
Release files / pyhectiqlab-3.1.15-py3-none-any.whl
| Download URL | pyhectiqlab-3.1.15-py3-none-any.whl |
|---|---|
| Size | 49.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cc4e715b49a4bf627c78eac2104a37065b26fc21400a99cee17b1ccbdc234581
|
|
BLAKE2b-256 checksum How to use checksums |
35778b56b62954d786a13be4c5331fd3b92b25edd99053a9b12ea2aa31418323
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.23
|