Skip to main content

ML profiling tool for OptScale

Project description

Arcee

The OptScale ML profiling tool by Hystax

Arcee is a tool that hepls you to integrate ML tasks with OptScale. This tool can automatically collect executor metadata from cloud and process stats.

Installation

Arcee requires python 3.7+ to run.

pip install optscale-arcee

Usage

First of all you need to import and init arcee in your code:

import optscale_arcee as arcee
# init arcee
arcee.init('token', 'app_name')

To use custom endpoint and enable\disable ssl checks (supports using self-signed ssl certificates):

arcee.init('token', 'test_app', endpoint_url='https://my.custom.endpoint:443/arcee/v2', ssl=False)

To send stats:

arcee.send({"loss": 2.0012, "iter": 2, "epoch": 1})

(key should be string, value - int or float, multiple values can be sent)

To add tags to application run (key, value):

arcee.tag("project", "torchvision demo")

To add milestones:

arcee.milestone("Download test data")

To add stages:

arcee.stage("calculation")

To finish model:

arcee.finish()

or for failed task:

arcee.error()

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

optscale_arcee-0.1.23.tar.gz (16.2 kB view details)

Uploaded Source

File details

Details for the file optscale_arcee-0.1.23.tar.gz.

File metadata

  • Download URL: optscale_arcee-0.1.23.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for optscale_arcee-0.1.23.tar.gz
Algorithm Hash digest
SHA256 cc5f6e621f69a1eaab8523871c1442ba6e0979ea954190ec484977657265454f
MD5 d0b0cc5b45e57f657bf14207bf650ae1
BLAKE2b-256 0f189dfc4628548a0acc21bd8a7d756a19f92bc44c27fe8b1b97ef9ce41c7ab0

See more details on using hashes here.

Supported by

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