Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyhectiqlab

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyhectiqlab

Python client for the Hectiq Lab plateform.

  • 3.1.13
  • PyPI
  • Socket score

Maintainers
1

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:

  • Documentation
  • Web app

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")

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc